GET api/v1/classifications/drugs?treeIds={treeIds}

Returns a list of drugs related to the specified classification(s)

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

ClassificationsTreeResponse
NameDescriptionTypeAdditional information
Classifications

Collection of ClassificationNodeModel

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.