Skimmer.PublicApi.Host | v1
booleanstring · requiredstring · requiredbooleanstring | nullstring | nullnumber · doublenumber · double
string · requiredbooleanstring · requiredstring · requiredbooleanstring | nullstring | nullnumber · doublenumber · double
Retrieves all dosage types.
GET
https://publicapi.getskimmer.com
/DosageTypes
query Parameters
includeDeletedDefault: false
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves all dosage types. › Responses
OK
object[]
idThe unique identifier for the dosage.
deletedIndicates whether the dosage is deleted.
descriptionA description of the dosage.
unitOfMeasureThe unit of measure for the dosage.
costThe cost of the dosage.
priceThe price of the dosage.
Retrieves the specified dosage type.
GET
https://publicapi.getskimmer.com
/DosageTypes/{id}
path Parameters
idquery Parameters
includeDeletedDefault: false
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves the specified dosage type. › Responses
OK
idThe unique identifier for the dosage.
deletedIndicates whether the dosage is deleted.
descriptionA description of the dosage.
unitOfMeasureThe unit of measure for the dosage.
costThe cost of the dosage.
priceThe price of the dosage.