Retrieves all dosage types.
GET
https://publicapi.getskimmer.com
/DosageTypes
query Parameters
includeDeletedbooleanDefault: false
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Responses
OK
idstring · requiredThe unique identifier for the dosage.
deletedbooleanIndicates whether the dosage is deleted.
descriptionstring | nullA description of the dosage.
unitOfMeasurestring | nullThe unit of measure for the dosage.
costnumber · doubleThe cost of the dosage.
pricenumber · doubleThe price of the dosage.
Retrieves the specified dosage type.
GET
https://publicapi.getskimmer.com
/DosageTypes/{id}
path Parameters
idstring · required
query Parameters
includeDeletedbooleanDefault: false
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Responses
OK
idstring · requiredThe unique identifier for the dosage.
deletedbooleanIndicates whether the dosage is deleted.
descriptionstring | nullA description of the dosage.
unitOfMeasurestring | nullThe unit of measure for the dosage.
costnumber · doubleThe cost of the dosage.
pricenumber · doubleThe price of the dosage.