v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Retrieve Workspaces

Retrieves the workspace ID

get/api/workspaces

Response

200

idinteger
namestring
uuidstring
enabledboolean
lockedboolean

Example response

[
  {
    "id": 209,
    "name": "8_uscrm_Automation",
    "uuid": "e1bc9b40-018e-1000-ffff-fffff0638f69",
    "enabled": true,
    "organisations": [
      {
        "id": 8,
        "name": "EventNotification_Automation",
        "cluster": "us"
      }
    ]
  }
]