GET api/v1/monographs/{cpnum}/administration?type={type}
Retrieves Administration content for the monograph
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cpnum |
The CpNum of the monograph |
integer |
Required |
type |
The type of monograph (General or Pediatric). |
MonographType |
Default value is General |
Body Parameters
None.
Response Information
Resource Description
A list of Administration routes and content
AdministrationResponseName | Description | Type | Additional information |
---|---|---|---|
notes | string |
None. |
|
routes | Collection of AdministrationRoute |
None. |
|
pharmaceuticsInfo | Collection of AdministrationParenteral |
None. |
|
compoundingDrugInfo | Collection of AdministrationNonParenteral |
None. |
|
trisselsCopyright | string |
None. |
|
references | Collection of Reference |
None. |
|
cpnum | integer |
None. |
|
type | MonographType |
None. |
|
mini | boolean |
None. |
|
name | string |
None. |
|
lastUpdate | date |
None. |
|
_links | Collection of Link |
None. |
|
_languages | 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.