GET v1/Training/MonthList
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Active | boolean |
None. |
|
| Continuous | boolean |
None. |
|
| TrainingTags | Collection of globally unique identifier |
None. |
|
| TargetAudiences | Collection of globally unique identifier |
None. |
|
| TrainingThemes | Collection of globally unique identifier |
None. |
|
| TrainingTypes | Collection of globally unique identifier |
None. |
|
| ExcludeTrainingTypes | Collection of globally unique identifier |
None. |
|
| Months | Collection of integer |
None. |
|
| FromScheduleDT | date |
None. |
|
| OnScheduleDT | date |
None. |
|
| HasExperiences | boolean |
None. |
|
| WebSiteStatusNames | Collection of string |
None. |
|
| TrainingGuid | globally unique identifier |
None. |
|
| OnlyPublished | boolean |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| SearchString | string |
None. |
|
| SortDirection | SortDirection |
None. |
|
| SortName | ListSortName |
None. |
Body Parameters
None.
Response Information
Resource Description
TrainingMonthListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Items": [
1,
2
]
}
application/octet-stream
Sample:
{"Items":[1,2]}
application/xml, text/xml
Sample:
<TrainingMonthListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.List">
<Items xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</Items>
</TrainingMonthListViewModel>