GET api/modeler/folders
Gets all Modeler Folders based off the Config ID
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ModelerFolderName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
ParentId | globally unique identifier |
None. |
|
UserList | Collection of User |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "ParentId": "c1707e36-af17-417b-bcce-67fcf088619f", "UserList": [ { "UserId": "35d62343-5058-4a59-8f9e-8b23f28b8465", "Permission": 0, "Inherited": true }, { "UserId": "35d62343-5058-4a59-8f9e-8b23f28b8465", "Permission": 0, "Inherited": true } ], "id": "d2ed7c2c-da31-4621-a46a-796b9b024bb8", "ConfigId": "ada85f96-2ec6-4999-b833-a2368de03b05" }, { "Name": "sample string 1", "ParentId": "c1707e36-af17-417b-bcce-67fcf088619f", "UserList": [ { "UserId": "35d62343-5058-4a59-8f9e-8b23f28b8465", "Permission": 0, "Inherited": true }, { "UserId": "35d62343-5058-4a59-8f9e-8b23f28b8465", "Permission": 0, "Inherited": true } ], "id": "d2ed7c2c-da31-4621-a46a-796b9b024bb8", "ConfigId": "ada85f96-2ec6-4999-b833-a2368de03b05" } ]