GET api/CCDA/{id}?startDate={startDate}&endDate={endDate}
Gets the CDA for an inmate given the InmateID
Request Information
URI Parameters
| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.