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
FolderListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of FolderListItemViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"Guid": "9efd5645-497b-4e32-9414-80036d6c1d76",
"Name": "sample string 2",
"IsSystem": true,
"SystemLocked": true,
"ParentGuid": "22fa0e9e-0cdc-4bb8-aa00-ed9b4d6a041e",
"HasChildren": true,
"FolderItemType": 0,
"SystemFolderTypeName": "sample string 6"
},
{
"Guid": "9efd5645-497b-4e32-9414-80036d6c1d76",
"Name": "sample string 2",
"IsSystem": true,
"SystemLocked": true,
"ParentGuid": "22fa0e9e-0cdc-4bb8-aa00-ed9b4d6a041e",
"HasChildren": true,
"FolderItemType": 0,
"SystemFolderTypeName": "sample string 6"
}
]
}
application/octet-stream
Sample:
{"Items":[{"Guid":"9efd5645-497b-4e32-9414-80036d6c1d76","Name":"sample string 2","IsSystem":true,"SystemLocked":true,"ParentGuid":"22fa0e9e-0cdc-4bb8-aa00-ed9b4d6a041e","HasChildren":true,"FolderItemType":0,"SystemFolderTypeName":"sample string 6"},{"Guid":"9efd5645-497b-4e32-9414-80036d6c1d76","Name":"sample string 2","IsSystem":true,"SystemLocked":true,"ParentGuid":"22fa0e9e-0cdc-4bb8-aa00-ed9b4d6a041e","HasChildren":true,"FolderItemType":0,"SystemFolderTypeName":"sample string 6"}]}
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>
<FolderListItemViewModel>
<FolderItemType>Unassigned</FolderItemType>
<Guid>9efd5645-497b-4e32-9414-80036d6c1d76</Guid>
<HasChildren>true</HasChildren>
<IsSystem>true</IsSystem>
<Name>sample string 2</Name>
<ParentGuid>22fa0e9e-0cdc-4bb8-aa00-ed9b4d6a041e</ParentGuid>
<SystemFolderTypeName>sample string 6</SystemFolderTypeName>
<SystemLocked>true</SystemLocked>
</FolderListItemViewModel>
<FolderListItemViewModel>
<FolderItemType>Unassigned</FolderItemType>
<Guid>9efd5645-497b-4e32-9414-80036d6c1d76</Guid>
<HasChildren>true</HasChildren>
<IsSystem>true</IsSystem>
<Name>sample string 2</Name>
<ParentGuid>22fa0e9e-0cdc-4bb8-aa00-ed9b4d6a041e</ParentGuid>
<SystemFolderTypeName>sample string 6</SystemFolderTypeName>
<SystemLocked>true</SystemLocked>
</FolderListItemViewModel>
</Items>
</FolderListViewModel>