GET api/v1/classifications/{treeId}/products
Returns a list of drugs related to the specified classification
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
treeId |
The id of the classification node |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of drugs related to the tree id
ClassificationNodeModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
TreeId | integer |
None. |
|
Classifications | Collection of ClassificationNodeModel |
None. |
|
Items | Collection of ClassificationDrug |
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.