POST api/MedicalExamDashBoard/GetDashboardGroupSchedule/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
AsapResponseOfListOfGroupScheduleDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of GroupScheduleDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"CorporationCode": "sample string 1",
"WLCode": "sample string 2",
"TimePeriod": "2025-10-30T10:28:02.3672734-07:00",
"ScheduleDate": "2025-10-30T10:28:02.3672734-07:00",
"ScheduleTime": "00:00:00.1234567",
"FacilityCode": "sample string 6",
"OnSiteLocationId": 1,
"OnSiteLocationName": "sample string 7",
"Facility": "sample string 8",
"GroupMedicalId": 9,
"CompanyName": "sample string 10",
"WLName": "sample string 11",
"TotalEmployee": 12,
"TotalExams": 13,
"OpenExams": 14,
"ValidFlag": true,
"DateCreated": "2025-10-30T10:28:02.3772906-07:00",
"DateUpdated": "2025-10-30T10:28:02.3772906-07:00",
"UserIDCreated": 18,
"UserIDUpdated": 19
},
{
"CorporationCode": "sample string 1",
"WLCode": "sample string 2",
"TimePeriod": "2025-10-30T10:28:02.3672734-07:00",
"ScheduleDate": "2025-10-30T10:28:02.3672734-07:00",
"ScheduleTime": "00:00:00.1234567",
"FacilityCode": "sample string 6",
"OnSiteLocationId": 1,
"OnSiteLocationName": "sample string 7",
"Facility": "sample string 8",
"GroupMedicalId": 9,
"CompanyName": "sample string 10",
"WLName": "sample string 11",
"TotalEmployee": 12,
"TotalExams": 13,
"OpenExams": 14,
"ValidFlag": true,
"DateCreated": "2025-10-30T10:28:02.3772906-07:00",
"DateUpdated": "2025-10-30T10:28:02.3772906-07:00",
"UserIDCreated": 18,
"UserIDUpdated": 19
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfGroupScheduleDTOzIntITI8 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.MedicalExam">
<d2p1:GroupScheduleDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:28:02.3772906-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:28:02.3772906-07:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">18</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">19</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:CompanyName>sample string 10</d2p1:CompanyName>
<d2p1:CorporationCode>sample string 1</d2p1:CorporationCode>
<d2p1:Facility>sample string 8</d2p1:Facility>
<d2p1:FacilityCode>sample string 6</d2p1:FacilityCode>
<d2p1:GroupMedicalId>9</d2p1:GroupMedicalId>
<d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId>
<d2p1:OnSiteLocationName>sample string 7</d2p1:OnSiteLocationName>
<d2p1:OpenExams>14</d2p1:OpenExams>
<d2p1:ScheduleDate>2025-10-30T10:28:02.3672734-07:00</d2p1:ScheduleDate>
<d2p1:ScheduleTime>PT0.1234567S</d2p1:ScheduleTime>
<d2p1:TimePeriod>2025-10-30T10:28:02.3672734-07:00</d2p1:TimePeriod>
<d2p1:TotalEmployee>12</d2p1:TotalEmployee>
<d2p1:TotalExams>13</d2p1:TotalExams>
<d2p1:WLCode>sample string 2</d2p1:WLCode>
<d2p1:WLName>sample string 11</d2p1:WLName>
</d2p1:GroupScheduleDTO>
<d2p1:GroupScheduleDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:28:02.3772906-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:28:02.3772906-07:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">18</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">19</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:CompanyName>sample string 10</d2p1:CompanyName>
<d2p1:CorporationCode>sample string 1</d2p1:CorporationCode>
<d2p1:Facility>sample string 8</d2p1:Facility>
<d2p1:FacilityCode>sample string 6</d2p1:FacilityCode>
<d2p1:GroupMedicalId>9</d2p1:GroupMedicalId>
<d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId>
<d2p1:OnSiteLocationName>sample string 7</d2p1:OnSiteLocationName>
<d2p1:OpenExams>14</d2p1:OpenExams>
<d2p1:ScheduleDate>2025-10-30T10:28:02.3672734-07:00</d2p1:ScheduleDate>
<d2p1:ScheduleTime>PT0.1234567S</d2p1:ScheduleTime>
<d2p1:TimePeriod>2025-10-30T10:28:02.3672734-07:00</d2p1:TimePeriod>
<d2p1:TotalEmployee>12</d2p1:TotalEmployee>
<d2p1:TotalExams>13</d2p1:TotalExams>
<d2p1:WLCode>sample string 2</d2p1:WLCode>
<d2p1:WLName>sample string 11</d2p1:WLName>
</d2p1:GroupScheduleDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfGroupScheduleDTOzIntITI8>