Get Drugs

KLINICLY is an Open Source API that enables innovators and health-tech businesses to easily embed and distribute genuine drugs using our formulary within their products.

HTTP REQUEST

Get Drugs

get
Authorizations
AuthorizationstringRequired

Input your Bearer token in this format - Bearer {your token here} to access this WebApi

Query parameters
SearchQuerystringOptional
PageNumberinteger · int32Optional
PageSizeinteger · int32Optional
Responses
200

Success

get
/api/v1/Drug

Good to know: This API method was created using the API Method block, it's how you can build out an API method documentation from scratch. Have a play with the block and you'll see you can do some nifty things like add and reorder parameters, document responses, and give your methods detailed descriptions.

Get Drugs by ID

Get Drug by Id

get

e.g GET /api/v1/drug/39ffa337-6beb-459d-bdfd-5f61c9b60743

Authorizations
AuthorizationstringRequired

Input your Bearer token in this format - Bearer {your token here} to access this WebApi

Path parameters
Idstring · uuidRequired
Responses
200

Success

get
/api/v1/Drug/{Id}

Good to know: This API method was auto-generated from an example Swagger file. You'll see that it's not editable – that's because the contents are synced to an URL! Any time the linked file changes, the documentation will change too.

Get Drugs by Lite

Get All Drugs For DropDown

get

e.g GET /api/v1/drug/dropdown

Authorizations
AuthorizationstringRequired

Input your Bearer token in this format - Bearer {your token here} to access this WebApi

Responses
200

Success

get
/api/v1/Drug/lite

Last updated