GET v1/Folder/List
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EventGuid | globally unique identifier |
None. |
|
TrainingGuid | globally unique identifier |
None. |
|
ParentGuid | globally unique identifier |
None. |
|
SearchTags | Collection of string |
None. |
|
Skip | integer |
None. |
|
Take | integer |
None. |
|
SearchString | string |
None. |
|
SortDirection | SortDirection |
None. |
|
SortName | ListSortName |
None. |
Body Parameters
None.
Response Information
Resource Description
FolderListViewModelName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of FolderListItemViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Items": null }
application/octet-stream
Sample:
{"Items":null}
application/xml, text/xml
Sample:
<FolderListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.List"> <Items i:nil="true" /> </FolderListViewModel>