GET api/PatientPlannerMonthlyTimeSpents?CPI={CPI}&Division={Division}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CPI | string |
Required |
|
| Division | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PatientPlannerMonthlyTimeSpent| Name | Description | Type | Additional information |
|---|---|---|---|
| CPI | string |
None. |
|
| DIV_ID | integer |
None. |
|
| TIME_TRACK | integer |
None. |
|
| PROGRAM | string |
None. |
|
| PAT_PROG_ID | integer |
None. |
|
| PROGRAM_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CPI": "sample string 1",
"DIV_ID": 2,
"TIME_TRACK": 1,
"PROGRAM": "sample string 3",
"PAT_PROG_ID": 4,
"PROGRAM_ID": 5
},
{
"CPI": "sample string 1",
"DIV_ID": 2,
"TIME_TRACK": 1,
"PROGRAM": "sample string 3",
"PAT_PROG_ID": 4,
"PROGRAM_ID": 5
}
]
application/octet-stream
Sample:
[{"CPI":"sample string 1","DIV_ID":2,"TIME_TRACK":1,"PROGRAM":"sample string 3","PAT_PROG_ID":4,"PROGRAM_ID":5},{"CPI":"sample string 1","DIV_ID":2,"TIME_TRACK":1,"PROGRAM":"sample string 3","PAT_PROG_ID":4,"PROGRAM_ID":5}]
application/xml, text/xml
Sample:
<ArrayOfPatientPlannerMonthlyTimeSpent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PatientPlannerMonthlyTimeSpent>
<CPI>sample string 1</CPI>
<DIV_ID>2</DIV_ID>
<TIME_TRACK>1</TIME_TRACK>
<PROGRAM>sample string 3</PROGRAM>
<PAT_PROG_ID>4</PAT_PROG_ID>
<PROGRAM_ID>5</PROGRAM_ID>
</PatientPlannerMonthlyTimeSpent>
<PatientPlannerMonthlyTimeSpent>
<CPI>sample string 1</CPI>
<DIV_ID>2</DIV_ID>
<TIME_TRACK>1</TIME_TRACK>
<PROGRAM>sample string 3</PROGRAM>
<PAT_PROG_ID>4</PAT_PROG_ID>
<PROGRAM_ID>5</PROGRAM_ID>
</PatientPlannerMonthlyTimeSpent>
</ArrayOfPatientPlannerMonthlyTimeSpent>