GET api/DischargePlanningReports?From={From}&To={To}&teamId={teamId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| From | date |
Required |
|
| To | date |
Required |
|
| teamId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of DischargePlanningReport| Name | Description | Type | Additional information |
|---|---|---|---|
| CPI | string |
None. |
|
| DIV_ID | integer |
None. |
|
| DOB | date |
None. |
|
| LASTNAME | string |
None. |
|
| FIRSTNAME | string |
None. |
|
| HOSPIT_DATE | date |
None. |
|
| DISCHARGED_DATE | date |
None. |
|
| PCP | string |
None. |
|
| READMISSION | boolean |
None. |
|
| ACTIVITY_ID | integer |
None. |
|
| COMPLETED_DATE | date |
None. |
|
| TEAM_ID | integer |
None. |
|
| REFERRALS | string |
None. |
|
| Admitting | string |
None. |
|
| Admitted | string |
None. |
|
| Milleman | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CPI": "sample string 1",
"DIV_ID": 2,
"DOB": "2025-12-16T15:25:08.9756298+00:00",
"LASTNAME": "sample string 3",
"FIRSTNAME": "sample string 4",
"HOSPIT_DATE": "2025-12-16T15:25:08.9756298+00:00",
"DISCHARGED_DATE": "2025-12-16T15:25:08.9756298+00:00",
"PCP": "sample string 5",
"READMISSION": true,
"ACTIVITY_ID": 6,
"COMPLETED_DATE": "2025-12-16T15:25:08.9756298+00:00",
"TEAM_ID": 1,
"REFERRALS": "sample string 7",
"Admitting": "sample string 8",
"Admitted": "sample string 9",
"Milleman": "sample string 10"
},
{
"CPI": "sample string 1",
"DIV_ID": 2,
"DOB": "2025-12-16T15:25:08.9756298+00:00",
"LASTNAME": "sample string 3",
"FIRSTNAME": "sample string 4",
"HOSPIT_DATE": "2025-12-16T15:25:08.9756298+00:00",
"DISCHARGED_DATE": "2025-12-16T15:25:08.9756298+00:00",
"PCP": "sample string 5",
"READMISSION": true,
"ACTIVITY_ID": 6,
"COMPLETED_DATE": "2025-12-16T15:25:08.9756298+00:00",
"TEAM_ID": 1,
"REFERRALS": "sample string 7",
"Admitting": "sample string 8",
"Admitted": "sample string 9",
"Milleman": "sample string 10"
}
]
application/octet-stream
Sample:
[{"CPI":"sample string 1","DIV_ID":2,"DOB":"2025-12-16T15:25:08.9756298+00:00","LASTNAME":"sample string 3","FIRSTNAME":"sample string 4","HOSPIT_DATE":"2025-12-16T15:25:08.9756298+00:00","DISCHARGED_DATE":"2025-12-16T15:25:08.9756298+00:00","PCP":"sample string 5","READMISSION":true,"ACTIVITY_ID":6,"COMPLETED_DATE":"2025-12-16T15:25:08.9756298+00:00","TEAM_ID":1,"REFERRALS":"sample string 7","Admitting":"sample string 8","Admitted":"sample string 9","Milleman":"sample string 10"},{"CPI":"sample string 1","DIV_ID":2,"DOB":"2025-12-16T15:25:08.9756298+00:00","LASTNAME":"sample string 3","FIRSTNAME":"sample string 4","HOSPIT_DATE":"2025-12-16T15:25:08.9756298+00:00","DISCHARGED_DATE":"2025-12-16T15:25:08.9756298+00:00","PCP":"sample string 5","READMISSION":true,"ACTIVITY_ID":6,"COMPLETED_DATE":"2025-12-16T15:25:08.9756298+00:00","TEAM_ID":1,"REFERRALS":"sample string 7","Admitting":"sample string 8","Admitted":"sample string 9","Milleman":"sample string 10"}]
application/xml, text/xml
Sample:
<ArrayOfDischargePlanningReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<DischargePlanningReport>
<CPI>sample string 1</CPI>
<DIV_ID>2</DIV_ID>
<DOB>2025-12-16T15:25:08.9756298+00:00</DOB>
<LASTNAME>sample string 3</LASTNAME>
<FIRSTNAME>sample string 4</FIRSTNAME>
<HOSPIT_DATE>2025-12-16T15:25:08.9756298+00:00</HOSPIT_DATE>
<DISCHARGED_DATE>2025-12-16T15:25:08.9756298+00:00</DISCHARGED_DATE>
<PCP>sample string 5</PCP>
<READMISSION>true</READMISSION>
<ACTIVITY_ID>6</ACTIVITY_ID>
<COMPLETED_DATE>2025-12-16T15:25:08.9756298+00:00</COMPLETED_DATE>
<TEAM_ID>1</TEAM_ID>
<REFERRALS>sample string 7</REFERRALS>
<Admitting>sample string 8</Admitting>
<Admitted>sample string 9</Admitted>
<Milleman>sample string 10</Milleman>
</DischargePlanningReport>
<DischargePlanningReport>
<CPI>sample string 1</CPI>
<DIV_ID>2</DIV_ID>
<DOB>2025-12-16T15:25:08.9756298+00:00</DOB>
<LASTNAME>sample string 3</LASTNAME>
<FIRSTNAME>sample string 4</FIRSTNAME>
<HOSPIT_DATE>2025-12-16T15:25:08.9756298+00:00</HOSPIT_DATE>
<DISCHARGED_DATE>2025-12-16T15:25:08.9756298+00:00</DISCHARGED_DATE>
<PCP>sample string 5</PCP>
<READMISSION>true</READMISSION>
<ACTIVITY_ID>6</ACTIVITY_ID>
<COMPLETED_DATE>2025-12-16T15:25:08.9756298+00:00</COMPLETED_DATE>
<TEAM_ID>1</TEAM_ID>
<REFERRALS>sample string 7</REFERRALS>
<Admitting>sample string 8</Admitting>
<Admitted>sample string 9</Admitted>
<Milleman>sample string 10</Milleman>
</DischargePlanningReport>
</ArrayOfDischargePlanningReport>