GET api/Dashboard/GetDashBoardPendingCovidReturnToWork?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfPendingCovidReturnToWorkDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of PendingCovidReturnToWorkDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"Id": 1,
"CaseNo": 2,
"CompanyName": "sample string 3",
"WLName": "sample string 4",
"ChiefComplain": "sample string 5",
"EmpName": "sample string 6",
"EmployeeId": "sample string 7",
"ScheduleDate": "2025-10-30T10:32:31.5713194-07:00",
"ScheduleEndTime": "00:00:00.1234567",
"ScheduleStartTime": "00:00:00.1234567",
"Scheduled": true,
"DateOfExposure": "2025-10-30T10:32:31.5713194-07:00",
"DateOfSymptomsBegan": "2025-10-30T10:32:31.5713194-07:00",
"TimeZone": "sample string 9",
"WorkStatus": "sample string 10",
"CorporationCode": "sample string 11",
"clinicalpathwayid": 12,
"ServiceType": "sample string 13",
"Employee_ID": "sample string 14",
"InteractionType": 1,
"CaseTypeId": 15,
"ComponentType": 16,
"ClinicalPathwayTypeName": "sample string 17",
"Action": 18,
"Attempts": 1,
"Note": "sample string 19",
"CallActivationId": 1,
"CallActivationName": "sample string 20",
"ClinicalPathwayTypeId": 16,
"EntityId": 1,
"ScheduleTimes": "00:00 - 10/30/2025 00:00",
"Sequence": 21,
"CallBackNumber": "sample string 22",
"ScheduleEndDate": "2025-10-30T10:32:31.5713194-07:00",
"UTCFOLDate": "2025-10-30T10:32:31.5713194-07:00",
"TimeZoneOffSet": "sample string 23",
"Assignee": "sample string 24",
"TaskAssignUserId": 1,
"Assigner": "sample string 25",
"ValidFlag": true,
"DateCreated": "2025-10-30T10:32:31.5713194-07:00",
"DateUpdated": "2025-10-30T10:32:31.5713194-07:00",
"UserIDCreated": 29,
"UserIDUpdated": 30,
"CompanyCode": "sample string 31",
"IsExcludeDiscount": true
},
{
"Id": 1,
"CaseNo": 2,
"CompanyName": "sample string 3",
"WLName": "sample string 4",
"ChiefComplain": "sample string 5",
"EmpName": "sample string 6",
"EmployeeId": "sample string 7",
"ScheduleDate": "2025-10-30T10:32:31.5713194-07:00",
"ScheduleEndTime": "00:00:00.1234567",
"ScheduleStartTime": "00:00:00.1234567",
"Scheduled": true,
"DateOfExposure": "2025-10-30T10:32:31.5713194-07:00",
"DateOfSymptomsBegan": "2025-10-30T10:32:31.5713194-07:00",
"TimeZone": "sample string 9",
"WorkStatus": "sample string 10",
"CorporationCode": "sample string 11",
"clinicalpathwayid": 12,
"ServiceType": "sample string 13",
"Employee_ID": "sample string 14",
"InteractionType": 1,
"CaseTypeId": 15,
"ComponentType": 16,
"ClinicalPathwayTypeName": "sample string 17",
"Action": 18,
"Attempts": 1,
"Note": "sample string 19",
"CallActivationId": 1,
"CallActivationName": "sample string 20",
"ClinicalPathwayTypeId": 16,
"EntityId": 1,
"ScheduleTimes": "00:00 - 10/30/2025 00:00",
"Sequence": 21,
"CallBackNumber": "sample string 22",
"ScheduleEndDate": "2025-10-30T10:32:31.5713194-07:00",
"UTCFOLDate": "2025-10-30T10:32:31.5713194-07:00",
"TimeZoneOffSet": "sample string 23",
"Assignee": "sample string 24",
"TaskAssignUserId": 1,
"Assigner": "sample string 25",
"ValidFlag": true,
"DateCreated": "2025-10-30T10:32:31.5713194-07:00",
"DateUpdated": "2025-10-30T10:32:31.5713194-07:00",
"UserIDCreated": 29,
"UserIDUpdated": 30,
"CompanyCode": "sample string 31",
"IsExcludeDiscount": true
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfPendingCovidReturnToWorkDTOmhANR0_Pp 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.DTO.NurseTriage.NonInjury">
<d2p1:PendingCovidReturnToWorkDTO>
<CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 31</CompanyCode>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:32:31.5713194-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:32:31.5713194-07:00</DateUpdated>
<IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">29</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">30</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:Action>18</d2p1:Action>
<d2p1:Assignee>sample string 24</d2p1:Assignee>
<d2p1:Assigner>sample string 25</d2p1:Assigner>
<d2p1:Attempts>1</d2p1:Attempts>
<d2p1:CallActivationId>1</d2p1:CallActivationId>
<d2p1:CallActivationName>sample string 20</d2p1:CallActivationName>
<d2p1:CallBackNumber>sample string 22</d2p1:CallBackNumber>
<d2p1:CaseNo>2</d2p1:CaseNo>
<d2p1:CaseTypeId>15</d2p1:CaseTypeId>
<d2p1:ChiefComplain>sample string 5</d2p1:ChiefComplain>
<d2p1:ClinicalPathwayTypeName>sample string 17</d2p1:ClinicalPathwayTypeName>
<d2p1:CompanyName>sample string 3</d2p1:CompanyName>
<d2p1:ComponentType>16</d2p1:ComponentType>
<d2p1:CorporationCode>sample string 11</d2p1:CorporationCode>
<d2p1:DateOfExposure>2025-10-30T10:32:31.5713194-07:00</d2p1:DateOfExposure>
<d2p1:DateOfSymptomsBegan>2025-10-30T10:32:31.5713194-07:00</d2p1:DateOfSymptomsBegan>
<d2p1:EmpName>sample string 6</d2p1:EmpName>
<d2p1:EmployeeId>sample string 7</d2p1:EmployeeId>
<d2p1:Employee_ID>sample string 14</d2p1:Employee_ID>
<d2p1:Id>1</d2p1:Id>
<d2p1:InteractionType>1</d2p1:InteractionType>
<d2p1:Note>sample string 19</d2p1:Note>
<d2p1:ScheduleDate>2025-10-30T10:32:31.5713194-07:00</d2p1:ScheduleDate>
<d2p1:ScheduleEndDate>2025-10-30T10:32:31.5713194-07:00</d2p1:ScheduleEndDate>
<d2p1:ScheduleEndTime>PT0.1234567S</d2p1:ScheduleEndTime>
<d2p1:ScheduleStartTime>PT0.1234567S</d2p1:ScheduleStartTime>
<d2p1:Scheduled>true</d2p1:Scheduled>
<d2p1:Sequence>21</d2p1:Sequence>
<d2p1:ServiceType>sample string 13</d2p1:ServiceType>
<d2p1:TaskAssignUserId>1</d2p1:TaskAssignUserId>
<d2p1:TimeZone>sample string 9</d2p1:TimeZone>
<d2p1:TimeZoneOffSet>sample string 23</d2p1:TimeZoneOffSet>
<d2p1:UTCFOLDate>2025-10-30T10:32:31.5713194-07:00</d2p1:UTCFOLDate>
<d2p1:WLName>sample string 4</d2p1:WLName>
<d2p1:WorkStatus>sample string 10</d2p1:WorkStatus>
<d2p1:clinicalpathwayid>12</d2p1:clinicalpathwayid>
</d2p1:PendingCovidReturnToWorkDTO>
<d2p1:PendingCovidReturnToWorkDTO>
<CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 31</CompanyCode>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:32:31.5713194-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:32:31.5713194-07:00</DateUpdated>
<IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">29</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">30</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:Action>18</d2p1:Action>
<d2p1:Assignee>sample string 24</d2p1:Assignee>
<d2p1:Assigner>sample string 25</d2p1:Assigner>
<d2p1:Attempts>1</d2p1:Attempts>
<d2p1:CallActivationId>1</d2p1:CallActivationId>
<d2p1:CallActivationName>sample string 20</d2p1:CallActivationName>
<d2p1:CallBackNumber>sample string 22</d2p1:CallBackNumber>
<d2p1:CaseNo>2</d2p1:CaseNo>
<d2p1:CaseTypeId>15</d2p1:CaseTypeId>
<d2p1:ChiefComplain>sample string 5</d2p1:ChiefComplain>
<d2p1:ClinicalPathwayTypeName>sample string 17</d2p1:ClinicalPathwayTypeName>
<d2p1:CompanyName>sample string 3</d2p1:CompanyName>
<d2p1:ComponentType>16</d2p1:ComponentType>
<d2p1:CorporationCode>sample string 11</d2p1:CorporationCode>
<d2p1:DateOfExposure>2025-10-30T10:32:31.5713194-07:00</d2p1:DateOfExposure>
<d2p1:DateOfSymptomsBegan>2025-10-30T10:32:31.5713194-07:00</d2p1:DateOfSymptomsBegan>
<d2p1:EmpName>sample string 6</d2p1:EmpName>
<d2p1:EmployeeId>sample string 7</d2p1:EmployeeId>
<d2p1:Employee_ID>sample string 14</d2p1:Employee_ID>
<d2p1:Id>1</d2p1:Id>
<d2p1:InteractionType>1</d2p1:InteractionType>
<d2p1:Note>sample string 19</d2p1:Note>
<d2p1:ScheduleDate>2025-10-30T10:32:31.5713194-07:00</d2p1:ScheduleDate>
<d2p1:ScheduleEndDate>2025-10-30T10:32:31.5713194-07:00</d2p1:ScheduleEndDate>
<d2p1:ScheduleEndTime>PT0.1234567S</d2p1:ScheduleEndTime>
<d2p1:ScheduleStartTime>PT0.1234567S</d2p1:ScheduleStartTime>
<d2p1:Scheduled>true</d2p1:Scheduled>
<d2p1:Sequence>21</d2p1:Sequence>
<d2p1:ServiceType>sample string 13</d2p1:ServiceType>
<d2p1:TaskAssignUserId>1</d2p1:TaskAssignUserId>
<d2p1:TimeZone>sample string 9</d2p1:TimeZone>
<d2p1:TimeZoneOffSet>sample string 23</d2p1:TimeZoneOffSet>
<d2p1:UTCFOLDate>2025-10-30T10:32:31.5713194-07:00</d2p1:UTCFOLDate>
<d2p1:WLName>sample string 4</d2p1:WLName>
<d2p1:WorkStatus>sample string 10</d2p1:WorkStatus>
<d2p1:clinicalpathwayid>12</d2p1:clinicalpathwayid>
</d2p1:PendingCovidReturnToWorkDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfPendingCovidReturnToWorkDTOmhANR0_Pp>