GET api/v1/classifications/drugs?treeIds={treeIds}
Returns a list of drugs related to the specified classification(s)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
treeIds |
Accepts a comma delimited list of treeIds |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of drugs related to the tree ids
ClassificationsTreeResponseName | Description | Type | Additional information |
---|---|---|---|
Classifications | Collection of ClassificationNodeModel |
None. |
|
Links | Collection of Link |
None. |
|
LanguagesLinks | Collection of LanguagesLink |
None. |
Response Codes
Code | Description | Additional information |
---|---|---|
200 | OK | The request returned without error |
204 | No Content | The request was successful but no results were returned |
400 | Bad Request | A parameter was missing or invalid |
404 | Not Found | The requested resource was not found |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.