GET v1/TrainingTheme/ListWithTrainingCount
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
TrainingThemeListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of TrainingThemeListItemViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"Guid": "bb84ed24-63fb-4e53-82cb-6a41fc383015",
"Name": "sample string 2",
"Color": "sample string 3",
"NumberOfTrainings": 4
},
{
"Guid": "bb84ed24-63fb-4e53-82cb-6a41fc383015",
"Name": "sample string 2",
"Color": "sample string 3",
"NumberOfTrainings": 4
}
]
}
application/octet-stream
Sample:
{"Items":[{"Guid":"bb84ed24-63fb-4e53-82cb-6a41fc383015","Name":"sample string 2","Color":"sample string 3","NumberOfTrainings":4},{"Guid":"bb84ed24-63fb-4e53-82cb-6a41fc383015","Name":"sample string 2","Color":"sample string 3","NumberOfTrainings":4}]}
application/xml, text/xml
Sample:
<TrainingThemeListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.List">
<Items>
<TrainingThemeListItemViewModel>
<Color>sample string 3</Color>
<Guid>bb84ed24-63fb-4e53-82cb-6a41fc383015</Guid>
<Name>sample string 2</Name>
<NumberOfTrainings>4</NumberOfTrainings>
</TrainingThemeListItemViewModel>
<TrainingThemeListItemViewModel>
<Color>sample string 3</Color>
<Guid>bb84ed24-63fb-4e53-82cb-6a41fc383015</Guid>
<Name>sample string 2</Name>
<NumberOfTrainings>4</NumberOfTrainings>
</TrainingThemeListItemViewModel>
</Items>
</TrainingThemeListViewModel>