GET | /drugs |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
LookupType | query | LookupTypes? | No | |
IncludePackageless | query | bool | No | |
IncludeInactivePackages | query | bool | No | |
Query | query | string | No |
Name | Value | |
---|---|---|
Phonetic | 1 | |
StartsWith | 2 | |
IsLike | 4 |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /drugs HTTP/1.1 Host: drugapi.alisonline.com Accept: application/json
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length [{"id":"String","name":"String","packages":[{"id":"String","drugId":"String","ndc":"String","upc":"String","name":"String","genericName":"String","route":"String","doseForm":"String","packaging":"String","imageId":"String","gpi":"String","labeler":{"id":"String","name":"String"},"controlledSubstanceSchedule":{"id":"String","description":"String"},"adverseEffects":[{"name":"String","effectTypes":["String"],"incidenceLevel":"String","severityLevel":"String","onset":"String"}],"endDate":"0001-01-01 00:00:00Z"}],"gpi":"String"}]