GET
/
api
/
v1
/
projects
/
{projectUuid}
/
spaces
{
  "results": [
    {
      "name": "<string>",
      "uuid": "<string>",
      "projectUuid": "<string>",
      "organizationUuid": "<string>",
      "pinnedListUuid": "<string>",
      "slug": "<string>",
      "isPrivate": true,
      "pinnedListOrder": 123,
      "dashboardCount": 123,
      "chartCount": 123,
      "access": [
        "<string>"
      ],
      "userAccess": {
        "inheritedFrom": "organization",
        "inheritedRole": "member",
        "projectRole": "viewer",
        "hasDirectAccess": true,
        "role": "viewer",
        "email": "<string>",
        "lastName": "<string>",
        "firstName": "<string>",
        "userUuid": "<string>"
      }
    }
  ],
  "status": "ok"
}

Path Parameters

projectUuid
string
required

The uuid of the project to get spaces for

Response

200
application/json
Success
results
object[]
required

From T, pick a set of properties whose keys are in the union K

status
enum<string>
required
Available options:
ok