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 ModelerFolder
NameDescriptionTypeAdditional 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": "b2593745-89c5-4fe8-8ef8-0158b40993b9",
    "UserList": [
      {
        "UserId": "316972be-26f8-4c09-bc95-23ecaa71ee77",
        "Permission": 0,
        "Inherited": true
      },
      {
        "UserId": "316972be-26f8-4c09-bc95-23ecaa71ee77",
        "Permission": 0,
        "Inherited": true
      }
    ],
    "id": "bf1a8e06-6db6-4aa9-9d7c-766b31f31ffc",
    "ConfigId": "139c1458-7ad7-4bbe-8238-91144c5d745a"
  },
  {
    "Name": "sample string 1",
    "ParentId": "b2593745-89c5-4fe8-8ef8-0158b40993b9",
    "UserList": [
      {
        "UserId": "316972be-26f8-4c09-bc95-23ecaa71ee77",
        "Permission": 0,
        "Inherited": true
      },
      {
        "UserId": "316972be-26f8-4c09-bc95-23ecaa71ee77",
        "Permission": 0,
        "Inherited": true
      }
    ],
    "id": "bf1a8e06-6db6-4aa9-9d7c-766b31f31ffc",
    "ConfigId": "139c1458-7ad7-4bbe-8238-91144c5d745a"
  }
]