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": "7c68db5f-b3c0-4b31-bc78-da96238e3942", "UserList": [ { "UserId": "a7ea10e0-155b-4d1c-8530-75c6e5311fc6", "Permission": 0, "Inherited": true }, { "UserId": "a7ea10e0-155b-4d1c-8530-75c6e5311fc6", "Permission": 0, "Inherited": true } ], "id": "4b4369ce-dc8a-4a4f-9a27-f2311ed67100", "ConfigId": "239a4bcf-7d50-4cf8-a8ef-05beb7dc4a5a" }, { "Name": "sample string 1", "ParentId": "7c68db5f-b3c0-4b31-bc78-da96238e3942", "UserList": [ { "UserId": "a7ea10e0-155b-4d1c-8530-75c6e5311fc6", "Permission": 0, "Inherited": true }, { "UserId": "a7ea10e0-155b-4d1c-8530-75c6e5311fc6", "Permission": 0, "Inherited": true } ], "id": "4b4369ce-dc8a-4a4f-9a27-f2311ed67100", "ConfigId": "239a4bcf-7d50-4cf8-a8ef-05beb7dc4a5a" } ]