POST api/Schedule/GetScheduleListAdmin
Request Information
URI Parameters
None.
Body Parameters
SchedulePaginationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FilterType | ScheduleFilterType |
None. |
|
| SearchToDate | string |
None. |
|
| SearchFromDate | string |
None. |
|
| ScheduleName | string |
None. |
|
| PgNumber | integer |
None. |
|
| PgLimit | integer |
None. |
|
| OrderList | string |
None. |
|
| SchStatus | integer |
None. |
|
| ClassId | integer |
None. |
|
| LocationId | integer |
None. |
|
| InstructorId | integer |
None. |
|
| State | string |
None. |
|
| City | string |
None. |
|
| StuId | integer |
None. |
|
| StuName | string |
None. |
|
| userName | string |
None. |
|
| Active | boolean |
None. |
|
| Past | boolean |
None. |
|
| DaysDifference | integer |
None. |
|
| SchStatusStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FilterType": 0,
"SearchToDate": "sample string 1",
"SearchFromDate": "sample string 2",
"ScheduleName": "sample string 3",
"PgNumber": 4,
"PgLimit": 1,
"OrderList": "sample string 5",
"SchStatus": 1,
"ClassId": 6,
"LocationId": 7,
"InstructorId": 8,
"State": "sample string 9",
"City": "sample string 10",
"StuId": 11,
"StuName": "sample string 12",
"userName": "sample string 13",
"Active": true,
"Past": true,
"DaysDifference": 16,
"SchStatusStr": "sample string 17"
}
application/xml, text/xml
Sample:
<SchedulePaginationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models"> <Active>true</Active> <City>sample string 10</City> <ClassId>6</ClassId> <DaysDifference>16</DaysDifference> <FilterType>All</FilterType> <InstructorId>8</InstructorId> <LocationId>7</LocationId> <OrderList>sample string 5</OrderList> <Past>true</Past> <PgLimit>1</PgLimit> <PgNumber>4</PgNumber> <SchStatus>1</SchStatus> <SchStatusStr>sample string 17</SchStatusStr> <ScheduleName>sample string 3</ScheduleName> <SearchFromDate>sample string 2</SearchFromDate> <SearchToDate>sample string 1</SearchToDate> <State>sample string 9</State> <StuId>11</StuId> <StuName>sample string 12</StuName> <userName>sample string 13</userName> </SchedulePaginationModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />