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": "5cfc2c77-2e11-4e88-816e-7a4a5c5454e9", "UserList": [ { "UserId": "13322fe2-9076-44d6-89a2-f71ed58f953e", "Permission": 0, "Inherited": true }, { "UserId": "13322fe2-9076-44d6-89a2-f71ed58f953e", "Permission": 0, "Inherited": true } ], "id": "2f09cde5-cf3a-4fa5-8a72-16d47701938d", "ConfigId": "9b3df1df-b586-4b65-8d34-4ab8832152ab" }, { "Name": "sample string 1", "ParentId": "5cfc2c77-2e11-4e88-816e-7a4a5c5454e9", "UserList": [ { "UserId": "13322fe2-9076-44d6-89a2-f71ed58f953e", "Permission": 0, "Inherited": true }, { "UserId": "13322fe2-9076-44d6-89a2-f71ed58f953e", "Permission": 0, "Inherited": true } ], "id": "2f09cde5-cf3a-4fa5-8a72-16d47701938d", "ConfigId": "9b3df1df-b586-4b65-8d34-4ab8832152ab" } ]