POST api/Dashboard/GetPendingPhysicalTherapy/search
Request Information
URI Parameters
None.
Body Parameters
QueryParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNum | integer |
None. |
|
| PageSize | integer |
None. |
|
| Sort | Sort |
None. |
|
| Sorts | Collection of Sort |
None. |
|
| Filters | Collection of Filter |
None. |
|
| extends | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfListOfDashboardPendingPhysicalTherapyDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of DashboardPendingPhysicalTherapyDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"Id": 1,
"CaseNo": 2,
"EmployeeId": "sample string 3",
"EmployeeLName": "sample string 4",
"EmployeeFName": "sample string 5",
"CompanyEmployeeId": "sample string 6",
"CompanyName": "sample string 7",
"CorporationCode": "sample string 8",
"TimeZoneOffSet": "sample string 9",
"ScheduleStartTime": "00:00:00.1234567",
"ScheduleEndTime": "00:00:00.1234567",
"Action": 1,
"TimeZoneName": "sample string 10",
"Attempts": 1,
"OpenedDate": "2025-10-30T13:46:32.7315406-07:00",
"ClosedDate": "2025-10-30T13:46:32.7315406-07:00",
"CallActivationName": "sample string 11",
"Status": 1,
"Sequence": 12,
"InteractionType": 1,
"OnSiteLocationId": 1,
"TeleMedicineId": 1,
"ServiceType": "sample string 13",
"Scheduled": true,
"ScheduleDate": "2025-10-30T13:46:32.7315406-07:00",
"CaseStatus": 1,
"ClinicalPathwayTypeId": 15,
"TelephonicFollowupId": 1,
"CallActivationId": 1,
"EntityId": 16,
"EncounterId": 17,
"Note": "sample string 18",
"ComponentType": 19,
"ScheduleEndDate": "2025-10-30T13:46:32.7315406-07:00",
"CaseTypeId": 20,
"WLName": "sample string 21",
"FOLCallBackNumber": "sample string 22",
"ValidFlag": true,
"DateCreated": "2025-10-30T13:46:32.7315406-07:00",
"DateUpdated": "2025-10-30T13:46:32.7315406-07:00",
"UserIDCreated": 26,
"UserIDUpdated": 27,
"CompanyCode": "sample string 28",
"IsExcludeDiscount": true
},
{
"Id": 1,
"CaseNo": 2,
"EmployeeId": "sample string 3",
"EmployeeLName": "sample string 4",
"EmployeeFName": "sample string 5",
"CompanyEmployeeId": "sample string 6",
"CompanyName": "sample string 7",
"CorporationCode": "sample string 8",
"TimeZoneOffSet": "sample string 9",
"ScheduleStartTime": "00:00:00.1234567",
"ScheduleEndTime": "00:00:00.1234567",
"Action": 1,
"TimeZoneName": "sample string 10",
"Attempts": 1,
"OpenedDate": "2025-10-30T13:46:32.7315406-07:00",
"ClosedDate": "2025-10-30T13:46:32.7315406-07:00",
"CallActivationName": "sample string 11",
"Status": 1,
"Sequence": 12,
"InteractionType": 1,
"OnSiteLocationId": 1,
"TeleMedicineId": 1,
"ServiceType": "sample string 13",
"Scheduled": true,
"ScheduleDate": "2025-10-30T13:46:32.7315406-07:00",
"CaseStatus": 1,
"ClinicalPathwayTypeId": 15,
"TelephonicFollowupId": 1,
"CallActivationId": 1,
"EntityId": 16,
"EncounterId": 17,
"Note": "sample string 18",
"ComponentType": 19,
"ScheduleEndDate": "2025-10-30T13:46:32.7315406-07:00",
"CaseTypeId": 20,
"WLName": "sample string 21",
"FOLCallBackNumber": "sample string 22",
"ValidFlag": true,
"DateCreated": "2025-10-30T13:46:32.7315406-07:00",
"DateUpdated": "2025-10-30T13:46:32.7315406-07:00",
"UserIDCreated": 26,
"UserIDUpdated": 27,
"CompanyCode": "sample string 28",
"IsExcludeDiscount": true
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfDashboardPendingPhysicalTherapyDTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
<d2p1:DashboardPendingPhysicalTherapyDTO>
<d2p1:CompanyCode>sample string 28</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T13:46:32.7315406-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T13:46:32.7315406-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>26</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>27</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:Action>1</d2p1:Action>
<d2p1:Attempts>1</d2p1:Attempts>
<d2p1:CallActivationId>1</d2p1:CallActivationId>
<d2p1:CallActivationName>sample string 11</d2p1:CallActivationName>
<d2p1:CaseNo>2</d2p1:CaseNo>
<d2p1:CaseStatus>1</d2p1:CaseStatus>
<d2p1:CaseTypeId>20</d2p1:CaseTypeId>
<d2p1:ClinicalPathwayTypeId>15</d2p1:ClinicalPathwayTypeId>
<d2p1:ClosedDate>2025-10-30T13:46:32.7315406-07:00</d2p1:ClosedDate>
<d2p1:CompanyEmployeeId>sample string 6</d2p1:CompanyEmployeeId>
<d2p1:CompanyName>sample string 7</d2p1:CompanyName>
<d2p1:ComponentType>19</d2p1:ComponentType>
<d2p1:CorporationCode>sample string 8</d2p1:CorporationCode>
<d2p1:EmployeeFName>sample string 5</d2p1:EmployeeFName>
<d2p1:EmployeeId>sample string 3</d2p1:EmployeeId>
<d2p1:EmployeeLName>sample string 4</d2p1:EmployeeLName>
<d2p1:EncounterId>17</d2p1:EncounterId>
<d2p1:EntityId>16</d2p1:EntityId>
<d2p1:FOLCallBackNumber>sample string 22</d2p1:FOLCallBackNumber>
<d2p1:Id>1</d2p1:Id>
<d2p1:InteractionType>1</d2p1:InteractionType>
<d2p1:Note>sample string 18</d2p1:Note>
<d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId>
<d2p1:OpenedDate>2025-10-30T13:46:32.7315406-07:00</d2p1:OpenedDate>
<d2p1:ScheduleDate>2025-10-30T13:46:32.7315406-07:00</d2p1:ScheduleDate>
<d2p1:ScheduleEndDate>2025-10-30T13:46:32.7315406-07:00</d2p1:ScheduleEndDate>
<d2p1:ScheduleEndTime>PT0.1234567S</d2p1:ScheduleEndTime>
<d2p1:ScheduleStartTime>PT0.1234567S</d2p1:ScheduleStartTime>
<d2p1:Scheduled>true</d2p1:Scheduled>
<d2p1:Sequence>12</d2p1:Sequence>
<d2p1:ServiceType>sample string 13</d2p1:ServiceType>
<d2p1:Status>1</d2p1:Status>
<d2p1:TeleMedicineId>1</d2p1:TeleMedicineId>
<d2p1:TelephonicFollowupId>1</d2p1:TelephonicFollowupId>
<d2p1:TimeZoneName>sample string 10</d2p1:TimeZoneName>
<d2p1:TimeZoneOffSet>sample string 9</d2p1:TimeZoneOffSet>
<d2p1:WLName>sample string 21</d2p1:WLName>
</d2p1:DashboardPendingPhysicalTherapyDTO>
<d2p1:DashboardPendingPhysicalTherapyDTO>
<d2p1:CompanyCode>sample string 28</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T13:46:32.7315406-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T13:46:32.7315406-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>26</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>27</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:Action>1</d2p1:Action>
<d2p1:Attempts>1</d2p1:Attempts>
<d2p1:CallActivationId>1</d2p1:CallActivationId>
<d2p1:CallActivationName>sample string 11</d2p1:CallActivationName>
<d2p1:CaseNo>2</d2p1:CaseNo>
<d2p1:CaseStatus>1</d2p1:CaseStatus>
<d2p1:CaseTypeId>20</d2p1:CaseTypeId>
<d2p1:ClinicalPathwayTypeId>15</d2p1:ClinicalPathwayTypeId>
<d2p1:ClosedDate>2025-10-30T13:46:32.7315406-07:00</d2p1:ClosedDate>
<d2p1:CompanyEmployeeId>sample string 6</d2p1:CompanyEmployeeId>
<d2p1:CompanyName>sample string 7</d2p1:CompanyName>
<d2p1:ComponentType>19</d2p1:ComponentType>
<d2p1:CorporationCode>sample string 8</d2p1:CorporationCode>
<d2p1:EmployeeFName>sample string 5</d2p1:EmployeeFName>
<d2p1:EmployeeId>sample string 3</d2p1:EmployeeId>
<d2p1:EmployeeLName>sample string 4</d2p1:EmployeeLName>
<d2p1:EncounterId>17</d2p1:EncounterId>
<d2p1:EntityId>16</d2p1:EntityId>
<d2p1:FOLCallBackNumber>sample string 22</d2p1:FOLCallBackNumber>
<d2p1:Id>1</d2p1:Id>
<d2p1:InteractionType>1</d2p1:InteractionType>
<d2p1:Note>sample string 18</d2p1:Note>
<d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId>
<d2p1:OpenedDate>2025-10-30T13:46:32.7315406-07:00</d2p1:OpenedDate>
<d2p1:ScheduleDate>2025-10-30T13:46:32.7315406-07:00</d2p1:ScheduleDate>
<d2p1:ScheduleEndDate>2025-10-30T13:46:32.7315406-07:00</d2p1:ScheduleEndDate>
<d2p1:ScheduleEndTime>PT0.1234567S</d2p1:ScheduleEndTime>
<d2p1:ScheduleStartTime>PT0.1234567S</d2p1:ScheduleStartTime>
<d2p1:Scheduled>true</d2p1:Scheduled>
<d2p1:Sequence>12</d2p1:Sequence>
<d2p1:ServiceType>sample string 13</d2p1:ServiceType>
<d2p1:Status>1</d2p1:Status>
<d2p1:TeleMedicineId>1</d2p1:TeleMedicineId>
<d2p1:TelephonicFollowupId>1</d2p1:TelephonicFollowupId>
<d2p1:TimeZoneName>sample string 10</d2p1:TimeZoneName>
<d2p1:TimeZoneOffSet>sample string 9</d2p1:TimeZoneOffSet>
<d2p1:WLName>sample string 21</d2p1:WLName>
</d2p1:DashboardPendingPhysicalTherapyDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfDashboardPendingPhysicalTherapyDTO3NYuOdgi>