GET api/v1/monographs/{cpnum}/comments?type={type}
Retrieves information om monograph Comments
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
Content regarding the Comments
CommentMonographResponseName | Description | Type | Additional information |
---|---|---|---|
indications | Collection of IndicationTerm |
None. |
|
description | string |
None. |
|
classifications | Collection of ClassificationModel |
None. |
|
chemicalStructures | Collection of ChemicalStructure |
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.