GET api/v1/classifications/{treeId}/products

Returns a list of drugs related to the specified classification

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

ClassificationNodeModel
NameDescriptionTypeAdditional 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

CodeDescriptionAdditional information
200OKThe request returned without error
204No ContentThe request was successful but no results were returned
400Bad RequestA parameter was missing or invalid
404Not FoundThe 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.