Get Generics
The Drug API is organized around REST. Our API has predictable, resource-oriented URLs, and uses HTTP response codes to indicate API errors. We use built-in HTTP features, like HTTP to authenticate.
HTTP REQUEST
Get Generic
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
400
Bad Request
401
Unauthorized
500
Server Error
get
/api/v1/GenericGet Generic by ID
e.g GET /api/v1/a69ec22e-892f-401c-b447-7aec13caa6bd
Authorizations
AuthorizationstringRequired
Input your Bearer token in this format - Bearer {your token here} to access this WebApi
Path parameters
Idstring · uuidRequired
Responses
200
Success
400
Bad Request
401
Unauthorized
500
Server Error
get
/api/v1/Generic/{Id}Get Generic by Lite
Last updated