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": "79f41ead-e24a-40c4-828d-c14b4757b19f", "UserList": [ { "UserId": "9f8c6a7e-6846-4342-acdb-f28d099f1ff0", "Permission": 0, "Inherited": true }, { "UserId": "9f8c6a7e-6846-4342-acdb-f28d099f1ff0", "Permission": 0, "Inherited": true } ], "id": "174cbd2e-9e5f-44ca-9935-dc3f16baf9a1", "ConfigId": "b1ba1500-b168-454c-8112-10531124ec9c" }, { "Name": "sample string 1", "ParentId": "79f41ead-e24a-40c4-828d-c14b4757b19f", "UserList": [ { "UserId": "9f8c6a7e-6846-4342-acdb-f28d099f1ff0", "Permission": 0, "Inherited": true }, { "UserId": "9f8c6a7e-6846-4342-acdb-f28d099f1ff0", "Permission": 0, "Inherited": true } ], "id": "174cbd2e-9e5f-44ca-9935-dc3f16baf9a1", "ConfigId": "b1ba1500-b168-454c-8112-10531124ec9c" } ]