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": "aecd362f-4908-4a25-bfad-681b6c2839ac", "UserList": [ { "UserId": "695d0812-3a33-4a3e-b66c-94d185283560", "Permission": 0, "Inherited": true }, { "UserId": "695d0812-3a33-4a3e-b66c-94d185283560", "Permission": 0, "Inherited": true } ], "id": "4c89c62f-7731-4785-8322-942eae1dd70e", "ConfigId": "35c0145b-a591-40a2-a8a0-21ad8d4ec5ff" }, { "Name": "sample string 1", "ParentId": "aecd362f-4908-4a25-bfad-681b6c2839ac", "UserList": [ { "UserId": "695d0812-3a33-4a3e-b66c-94d185283560", "Permission": 0, "Inherited": true }, { "UserId": "695d0812-3a33-4a3e-b66c-94d185283560", "Permission": 0, "Inherited": true } ], "id": "4c89c62f-7731-4785-8322-942eae1dd70e", "ConfigId": "35c0145b-a591-40a2-a8a0-21ad8d4ec5ff" } ]