GET api/Readmissions?From={From}&To={To}&teamId={teamId}&clientId={clientId}&clinicId={clinicId}&divisionId={divisionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| From | date |
Required |
|
| To | date |
Required |
|
| teamId | integer |
None. |
|
| clientId | integer |
None. |
|
| clinicId | integer |
None. |
|
| divisionId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Readmissions| Name | Description | Type | Additional information |
|---|---|---|---|
| CPI | string |
None. |
|
| LASTNAME | string |
None. |
|
| FIRSTNAME | string |
None. |
|
| DISCHARGED | date |
None. |
|
| ADMISSION | date |
None. |
|
| REASON | string |
None. |
|
| HOSPITAL | string |
None. |
|
| TEAM_NAME | string |
None. |
|
| CLIENT_NAME | string |
None. |
|
| CLINIC_NAME | string |
None. |
|
| DIV_ID | integer |
None. |
|
| TEAM_ID | integer |
None. |
|
| CLIENT_ID | integer |
None. |
|
| CLINIC | integer |
None. |
|
| UNIQUENAME | string |
None. |
|
| COACH_FIRSTNAME | string |
None. |
|
| COACH_LASTNAME | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CPI": "sample string 1",
"LASTNAME": "sample string 2",
"FIRSTNAME": "sample string 3",
"DISCHARGED": "2026-01-13T04:54:14.8608694+00:00",
"ADMISSION": "2026-01-13T04:54:14.8608694+00:00",
"REASON": "sample string 5",
"HOSPITAL": "sample string 6",
"TEAM_NAME": "sample string 7",
"CLIENT_NAME": "sample string 8",
"CLINIC_NAME": "sample string 9",
"DIV_ID": 10,
"TEAM_ID": 1,
"CLIENT_ID": 1,
"CLINIC": 1,
"UNIQUENAME": "sample string 11",
"COACH_FIRSTNAME": "sample string 12",
"COACH_LASTNAME": "sample string 13"
},
{
"CPI": "sample string 1",
"LASTNAME": "sample string 2",
"FIRSTNAME": "sample string 3",
"DISCHARGED": "2026-01-13T04:54:14.8608694+00:00",
"ADMISSION": "2026-01-13T04:54:14.8608694+00:00",
"REASON": "sample string 5",
"HOSPITAL": "sample string 6",
"TEAM_NAME": "sample string 7",
"CLIENT_NAME": "sample string 8",
"CLINIC_NAME": "sample string 9",
"DIV_ID": 10,
"TEAM_ID": 1,
"CLIENT_ID": 1,
"CLINIC": 1,
"UNIQUENAME": "sample string 11",
"COACH_FIRSTNAME": "sample string 12",
"COACH_LASTNAME": "sample string 13"
}
]
application/octet-stream
Sample:
[{"CPI":"sample string 1","LASTNAME":"sample string 2","FIRSTNAME":"sample string 3","DISCHARGED":"2026-01-13T04:54:14.8608694+00:00","ADMISSION":"2026-01-13T04:54:14.8608694+00:00","REASON":"sample string 5","HOSPITAL":"sample string 6","TEAM_NAME":"sample string 7","CLIENT_NAME":"sample string 8","CLINIC_NAME":"sample string 9","DIV_ID":10,"TEAM_ID":1,"CLIENT_ID":1,"CLINIC":1,"UNIQUENAME":"sample string 11","COACH_FIRSTNAME":"sample string 12","COACH_LASTNAME":"sample string 13"},{"CPI":"sample string 1","LASTNAME":"sample string 2","FIRSTNAME":"sample string 3","DISCHARGED":"2026-01-13T04:54:14.8608694+00:00","ADMISSION":"2026-01-13T04:54:14.8608694+00:00","REASON":"sample string 5","HOSPITAL":"sample string 6","TEAM_NAME":"sample string 7","CLIENT_NAME":"sample string 8","CLINIC_NAME":"sample string 9","DIV_ID":10,"TEAM_ID":1,"CLIENT_ID":1,"CLINIC":1,"UNIQUENAME":"sample string 11","COACH_FIRSTNAME":"sample string 12","COACH_LASTNAME":"sample string 13"}]
application/xml, text/xml
Sample:
<ArrayOfReadmissions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Readmissions>
<CPI>sample string 1</CPI>
<LASTNAME>sample string 2</LASTNAME>
<FIRSTNAME>sample string 3</FIRSTNAME>
<DISCHARGED>2026-01-13T04:54:14.8608694+00:00</DISCHARGED>
<ADMISSION>2026-01-13T04:54:14.8608694+00:00</ADMISSION>
<REASON>sample string 5</REASON>
<HOSPITAL>sample string 6</HOSPITAL>
<TEAM_NAME>sample string 7</TEAM_NAME>
<CLIENT_NAME>sample string 8</CLIENT_NAME>
<CLINIC_NAME>sample string 9</CLINIC_NAME>
<DIV_ID>10</DIV_ID>
<TEAM_ID>1</TEAM_ID>
<CLIENT_ID>1</CLIENT_ID>
<CLINIC>1</CLINIC>
<UNIQUENAME>sample string 11</UNIQUENAME>
<COACH_FIRSTNAME>sample string 12</COACH_FIRSTNAME>
<COACH_LASTNAME>sample string 13</COACH_LASTNAME>
</Readmissions>
<Readmissions>
<CPI>sample string 1</CPI>
<LASTNAME>sample string 2</LASTNAME>
<FIRSTNAME>sample string 3</FIRSTNAME>
<DISCHARGED>2026-01-13T04:54:14.8608694+00:00</DISCHARGED>
<ADMISSION>2026-01-13T04:54:14.8608694+00:00</ADMISSION>
<REASON>sample string 5</REASON>
<HOSPITAL>sample string 6</HOSPITAL>
<TEAM_NAME>sample string 7</TEAM_NAME>
<CLIENT_NAME>sample string 8</CLIENT_NAME>
<CLINIC_NAME>sample string 9</CLINIC_NAME>
<DIV_ID>10</DIV_ID>
<TEAM_ID>1</TEAM_ID>
<CLIENT_ID>1</CLIENT_ID>
<CLINIC>1</CLINIC>
<UNIQUENAME>sample string 11</UNIQUENAME>
<COACH_FIRSTNAME>sample string 12</COACH_FIRSTNAME>
<COACH_LASTNAME>sample string 13</COACH_LASTNAME>
</Readmissions>
</ArrayOfReadmissions>