GET v1/Folder/List

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

FolderListViewModel
NameDescriptionTypeAdditional 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>