POST api/DashboardCount/GetPendingCovidReturnToWorkCount/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
AsapResponseOfCovidRTWCountDTO| Name | Description | Type | Additional information | 
|---|---|---|---|
| isSuccess | boolean | None. | |
| message | string | None. | |
| jsonObj | CovidRTWCountDTO | None. | |
| totalCount | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "CPWRTWNotScheduledCount": 1,
    "CPWRTWPastCount": 1,
    "CPWRTWTodayCount": 1,
    "CPWRTW7DaysCount": 1,
    "CPWRTWAfter7DaysCount": 1,
    "CPWRTWATotalCount": 1
  },
  "totalCount": 3
}
        application/xml, text/xml
            Sample:
<AsapResponseOfCovidRTWCountDTO3NYuOdgi 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:CPWRTW7DaysCount>1</d2p1:CPWRTW7DaysCount>
    <d2p1:CPWRTWATotalCount>1</d2p1:CPWRTWATotalCount>
    <d2p1:CPWRTWAfter7DaysCount>1</d2p1:CPWRTWAfter7DaysCount>
    <d2p1:CPWRTWNotScheduledCount>1</d2p1:CPWRTWNotScheduledCount>
    <d2p1:CPWRTWPastCount>1</d2p1:CPWRTWPastCount>
    <d2p1:CPWRTWTodayCount>1</d2p1:CPWRTWTodayCount>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfCovidRTWCountDTO3NYuOdgi>