GET api/v1/monographs/{cpnum}/indications?type={type}&ageband={ageband}

Retrieves Indications content for the monograph

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cpnum

The CpNum of the monograph

integer

Required

type

The type of monograph (General or Pediatric).

MonographType

Default value is General

ageband

Optional bool parameter. If true returns AgeBands in the Monograph Indications content.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

A list of Indications content

IndicationResponse
NameDescriptionTypeAdditional information
terms

Collection of IndicationTerm

None.

microbiologyTerms

Collection of IndicationBugTerm

None.

microbiology

Collection of MicrobiologyContent

None.

generalDosing

string

None.

dosageLimits

string

None.

maxdosages

Collection of MaxDosage

None.

sections

Collection of IndicationSection

None.

comboChemo

Collection of IndicationComboChemo

None.

therapeuticDrugMonitoring

string

None.

hepatic

string

None.

renal

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

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.