POST api/Dashboard/GetDashBoardPendingCPWAcm/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
AsapResponseOfListOfPendingCPWAcmDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of PendingCPWAcmDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"Id": 1,
"Scheduled": true,
"ScheduleDate": "2026-03-24T03:26:15.9778414-07:00",
"ScheduleStartTime": "00:00:00.1234567",
"ScheduleEndTime": "00:00:00.1234567",
"CaseTypeId": 3,
"TimeZoneName": "sample string 4",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"EmployeeId": "sample string 7",
"CaseNo": 1,
"CorporationCode": "sample string 24",
"CompanyName": "sample string 8",
"WLName": "sample string 9",
"ServiceType": "sample string 10",
"InteractionType": 1,
"ComponentType": 11,
"ClinicalPathwayTypeName": "sample string 12",
"Action": 13,
"Attempts": 1,
"Note": "sample string 14",
"CallActivationId": 1,
"CallActivationName": "sample string 15",
"ClinicalPathwayTypeId": 11,
"EntityId": 1,
"FullName": "sample string 6, sample string 5",
"ScheduledTime": "00:00:00.1234567 - 00:00:00.1234567 (sample string 4)",
"ScheduledSet": "Yes",
"Sequence": 16,
"CallBackNumber": "sample string 17",
"ScheduleEndDate": "2026-03-24T03:26:15.9778414-07:00",
"UTCFOLDate": "2026-03-24T03:26:15.9778414-07:00",
"TimeZoneOffSet": "sample string 18",
"ValidFlag": true,
"DateCreated": "2026-03-24T03:26:15.9778414-07:00",
"DateUpdated": "2026-03-24T03:26:15.9778414-07:00",
"UserIDCreated": 22,
"UserIDUpdated": 23,
"CompanyCode": "sample string 24",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Scheduled": true,
"ScheduleDate": "2026-03-24T03:26:15.9778414-07:00",
"ScheduleStartTime": "00:00:00.1234567",
"ScheduleEndTime": "00:00:00.1234567",
"CaseTypeId": 3,
"TimeZoneName": "sample string 4",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"EmployeeId": "sample string 7",
"CaseNo": 1,
"CorporationCode": "sample string 24",
"CompanyName": "sample string 8",
"WLName": "sample string 9",
"ServiceType": "sample string 10",
"InteractionType": 1,
"ComponentType": 11,
"ClinicalPathwayTypeName": "sample string 12",
"Action": 13,
"Attempts": 1,
"Note": "sample string 14",
"CallActivationId": 1,
"CallActivationName": "sample string 15",
"ClinicalPathwayTypeId": 11,
"EntityId": 1,
"FullName": "sample string 6, sample string 5",
"ScheduledTime": "00:00:00.1234567 - 00:00:00.1234567 (sample string 4)",
"ScheduledSet": "Yes",
"Sequence": 16,
"CallBackNumber": "sample string 17",
"ScheduleEndDate": "2026-03-24T03:26:15.9778414-07:00",
"UTCFOLDate": "2026-03-24T03:26:15.9778414-07:00",
"TimeZoneOffSet": "sample string 18",
"ValidFlag": true,
"DateCreated": "2026-03-24T03:26:15.9778414-07:00",
"DateUpdated": "2026-03-24T03:26:15.9778414-07:00",
"UserIDCreated": 22,
"UserIDUpdated": 23,
"CompanyCode": "sample string 24",
"IsExcludeDiscount": true
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfPendingCPWAcmDTO3NYuOdgi 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:PendingCPWAcmDTO>
<d2p1:CompanyCode>sample string 24</d2p1:CompanyCode>
<d2p1:DateCreated>2026-03-24T03:26:15.9778414-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2026-03-24T03:26:15.9778414-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>22</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>23</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:Action>13</d2p1:Action>
<d2p1:Attempts>1</d2p1:Attempts>
<d2p1:CallActivationId>1</d2p1:CallActivationId>
<d2p1:CallActivationName>sample string 15</d2p1:CallActivationName>
<d2p1:CallBackNumber>sample string 17</d2p1:CallBackNumber>
<d2p1:CaseNo>1</d2p1:CaseNo>
<d2p1:CaseTypeId>3</d2p1:CaseTypeId>
<d2p1:ClinicalPathwayTypeName>sample string 12</d2p1:ClinicalPathwayTypeName>
<d2p1:CompanyName>sample string 8</d2p1:CompanyName>
<d2p1:ComponentType>11</d2p1:ComponentType>
<d2p1:EmployeeId>sample string 7</d2p1:EmployeeId>
<d2p1:FirstName>sample string 5</d2p1:FirstName>
<d2p1:Id>1</d2p1:Id>
<d2p1:InteractionType>1</d2p1:InteractionType>
<d2p1:LastName>sample string 6</d2p1:LastName>
<d2p1:Note>sample string 14</d2p1:Note>
<d2p1:ScheduleDate>2026-03-24T03:26:15.9778414-07:00</d2p1:ScheduleDate>
<d2p1:ScheduleEndDate>2026-03-24T03:26:15.9778414-07:00</d2p1:ScheduleEndDate>
<d2p1:ScheduleEndTime>PT0.1234567S</d2p1:ScheduleEndTime>
<d2p1:ScheduleStartTime>PT0.1234567S</d2p1:ScheduleStartTime>
<d2p1:Scheduled>true</d2p1:Scheduled>
<d2p1:Sequence>16</d2p1:Sequence>
<d2p1:ServiceType>sample string 10</d2p1:ServiceType>
<d2p1:TimeZoneName>sample string 4</d2p1:TimeZoneName>
<d2p1:TimeZoneOffSet>sample string 18</d2p1:TimeZoneOffSet>
<d2p1:UTCFOLDate>2026-03-24T03:26:15.9778414-07:00</d2p1:UTCFOLDate>
<d2p1:WLName>sample string 9</d2p1:WLName>
</d2p1:PendingCPWAcmDTO>
<d2p1:PendingCPWAcmDTO>
<d2p1:CompanyCode>sample string 24</d2p1:CompanyCode>
<d2p1:DateCreated>2026-03-24T03:26:15.9778414-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2026-03-24T03:26:15.9778414-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>22</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>23</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:Action>13</d2p1:Action>
<d2p1:Attempts>1</d2p1:Attempts>
<d2p1:CallActivationId>1</d2p1:CallActivationId>
<d2p1:CallActivationName>sample string 15</d2p1:CallActivationName>
<d2p1:CallBackNumber>sample string 17</d2p1:CallBackNumber>
<d2p1:CaseNo>1</d2p1:CaseNo>
<d2p1:CaseTypeId>3</d2p1:CaseTypeId>
<d2p1:ClinicalPathwayTypeName>sample string 12</d2p1:ClinicalPathwayTypeName>
<d2p1:CompanyName>sample string 8</d2p1:CompanyName>
<d2p1:ComponentType>11</d2p1:ComponentType>
<d2p1:EmployeeId>sample string 7</d2p1:EmployeeId>
<d2p1:FirstName>sample string 5</d2p1:FirstName>
<d2p1:Id>1</d2p1:Id>
<d2p1:InteractionType>1</d2p1:InteractionType>
<d2p1:LastName>sample string 6</d2p1:LastName>
<d2p1:Note>sample string 14</d2p1:Note>
<d2p1:ScheduleDate>2026-03-24T03:26:15.9778414-07:00</d2p1:ScheduleDate>
<d2p1:ScheduleEndDate>2026-03-24T03:26:15.9778414-07:00</d2p1:ScheduleEndDate>
<d2p1:ScheduleEndTime>PT0.1234567S</d2p1:ScheduleEndTime>
<d2p1:ScheduleStartTime>PT0.1234567S</d2p1:ScheduleStartTime>
<d2p1:Scheduled>true</d2p1:Scheduled>
<d2p1:Sequence>16</d2p1:Sequence>
<d2p1:ServiceType>sample string 10</d2p1:ServiceType>
<d2p1:TimeZoneName>sample string 4</d2p1:TimeZoneName>
<d2p1:TimeZoneOffSet>sample string 18</d2p1:TimeZoneOffSet>
<d2p1:UTCFOLDate>2026-03-24T03:26:15.9778414-07:00</d2p1:UTCFOLDate>
<d2p1:WLName>sample string 9</d2p1:WLName>
</d2p1:PendingCPWAcmDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfPendingCPWAcmDTO3NYuOdgi>