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
TrainingThemeListViewModelName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of TrainingThemeListItemViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Items": [ { "Guid": "17e4dcf5-1519-492c-873b-e5ac393de176", "Name": "sample string 2", "Color": "sample string 3", "NumberOfTrainings": 4 }, { "Guid": "17e4dcf5-1519-492c-873b-e5ac393de176", "Name": "sample string 2", "Color": "sample string 3", "NumberOfTrainings": 4 } ] }
application/octet-stream
Sample:
{"Items":[{"Guid":"17e4dcf5-1519-492c-873b-e5ac393de176","Name":"sample string 2","Color":"sample string 3","NumberOfTrainings":4},{"Guid":"17e4dcf5-1519-492c-873b-e5ac393de176","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>17e4dcf5-1519-492c-873b-e5ac393de176</Guid> <Name>sample string 2</Name> <NumberOfTrainings>4</NumberOfTrainings> </TrainingThemeListItemViewModel> <TrainingThemeListItemViewModel> <Color>sample string 3</Color> <Guid>17e4dcf5-1519-492c-873b-e5ac393de176</Guid> <Name>sample string 2</Name> <NumberOfTrainings>4</NumberOfTrainings> </TrainingThemeListItemViewModel> </Items> </TrainingThemeListViewModel>