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": "bac1f8da-99e8-4985-9280-a5c34ca00ec8", "UserList": [ { "UserId": "1c2cb234-e460-4a27-a2ca-1119542def38", "Permission": 0, "Inherited": true }, { "UserId": "1c2cb234-e460-4a27-a2ca-1119542def38", "Permission": 0, "Inherited": true } ], "id": "daf9de21-067c-45b2-b7e1-ed6a5557f1d4", "ConfigId": "a38b7e3a-2494-43cc-8c5f-42cc93a29fa6" }, { "Name": "sample string 1", "ParentId": "bac1f8da-99e8-4985-9280-a5c34ca00ec8", "UserList": [ { "UserId": "1c2cb234-e460-4a27-a2ca-1119542def38", "Permission": 0, "Inherited": true }, { "UserId": "1c2cb234-e460-4a27-a2ca-1119542def38", "Permission": 0, "Inherited": true } ], "id": "daf9de21-067c-45b2-b7e1-ed6a5557f1d4", "ConfigId": "a38b7e3a-2494-43cc-8c5f-42cc93a29fa6" } ]