GET api/CCDA/{id}?startDate={startDate}&endDate={endDate}

Gets the CDA for an inmate given the InmateID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the inmate to fetch CCDA for

string

Required

startDate

Earliest date to get records from. Format: yyyy-MM-dd

date

None.

endDate

Latest date to get records from. Format: yyyy-MM-dd

date

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.