POST api/Home/GetSchedulesDefaultResults
Request Information
URI Parameters
None.
Body Parameters
HomeEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortField | string |
None. |
|
| SortOrder | string |
None. |
|
| TrainingType | string |
None. |
|
| MinimumAverageCourseRating | integer |
None. |
|
| LeadershipCapability | string |
None. |
|
| CourseName | string |
None. |
|
| AreaID | integer |
None. |
|
| CountryID | integer |
None. |
|
| CityID | integer |
None. |
|
| RoleID | integer |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| IsMultisession | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageNumber": 1,
"PageSize": 2,
"SortField": "sample string 3",
"SortOrder": "sample string 4",
"TrainingType": "sample string 5",
"MinimumAverageCourseRating": 1,
"LeadershipCapability": "sample string 6",
"CourseName": "sample string 7",
"AreaID": 1,
"CountryID": 1,
"CityID": 1,
"RoleID": 1,
"StartDateTime": "2025-11-08T01:13:25.1739298+00:00",
"EndDateTime": "2025-11-08T01:13:25.1739298+00:00",
"IsMultisession": "sample string 8"
}
application/xml, text/xml
Sample:
<HomeEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Abbott.HR.Training.Entity"> <AreaID>1</AreaID> <CityID>1</CityID> <CountryID>1</CountryID> <CourseName>sample string 7</CourseName> <EndDateTime>2025-11-08T01:13:25.1739298+00:00</EndDateTime> <IsMultisession>sample string 8</IsMultisession> <LeadershipCapability>sample string 6</LeadershipCapability> <MinimumAverageCourseRating>1</MinimumAverageCourseRating> <PageNumber>1</PageNumber> <PageSize>2</PageSize> <RoleID>1</RoleID> <SortField>sample string 3</SortField> <SortOrder>sample string 4</SortOrder> <StartDateTime>2025-11-08T01:13:25.1739298+00:00</StartDateTime> <TrainingType>sample string 5</TrainingType> </HomeEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.