GET v1/TrainingTheme/ListInActiveTrainings
Request Information
URI Parameters
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": "3afdd2f9-2ade-4a24-94ff-c4f59bd594e1", "Name": "sample string 2", "Color": "sample string 3", "NumberOfTrainings": 4 }, { "Guid": "3afdd2f9-2ade-4a24-94ff-c4f59bd594e1", "Name": "sample string 2", "Color": "sample string 3", "NumberOfTrainings": 4 } ] }
application/octet-stream
Sample:
{"Items":[{"Guid":"3afdd2f9-2ade-4a24-94ff-c4f59bd594e1","Name":"sample string 2","Color":"sample string 3","NumberOfTrainings":4},{"Guid":"3afdd2f9-2ade-4a24-94ff-c4f59bd594e1","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>3afdd2f9-2ade-4a24-94ff-c4f59bd594e1</Guid> <Name>sample string 2</Name> <NumberOfTrainings>4</NumberOfTrainings> </TrainingThemeListItemViewModel> <TrainingThemeListItemViewModel> <Color>sample string 3</Color> <Guid>3afdd2f9-2ade-4a24-94ff-c4f59bd594e1</Guid> <Name>sample string 2</Name> <NumberOfTrainings>4</NumberOfTrainings> </TrainingThemeListItemViewModel> </Items> </TrainingThemeListViewModel>