GET Worklist/LinkFolders?userLogin={userLogin}&culture={culture}&scope={scope}
Gets the link folders' name and uuid.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userLogin |
The user login. |
string |
Required |
| culture |
The client culture |
string |
None. |
| scope |
The folder scope. Possible values are: 'All', 'Public' and 'Private'. Default value is 'All'. If 'Public' is specified, only public collections will be returned. If 'Private' is specified, only private collections will be returned. Otherwise, All collections will be returned. |
FolderScope |
Default value is All |
Body Parameters
None.
Response Information
Resource Description
Collection of LinkFolderInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Uuid |
Gets or sets the UUID. |
string |
None. |
| FolderName |
Gets or sets the name of the folder. |
string |
None. |
| IsDefault |
Gets or sets the default data. |
boolean |
None. |
| LinkFolderId |
Gets or sets the link folder identifier. |
integer |
None. |
| IsPublic |
Identifies whether the LinkFolder is Public(shared) or not. |
boolean |
None. |
| IsShared | boolean |
None. |
|
| Owner |
The LoginName of the Owner |
string |
None. |
| ParentUuid | string |
None. |
|
| ParentId | integer |
None. |
|
| ParentPath | string |
None. |
|
| IsGlobal | boolean |
None. |
|
| SubLinkFolders | Collection of LinkFolderInfo |
None. |