Valyourise Logo

ValYouRise

DevelopmentApi

List workspaces for organization

Lists workspaces in the organization that are visible to the authenticated caller.

GET
/api/orgs/{orgId}/workspaces

Lists workspaces in the organization that are visible to the authenticated caller.

PAT<token>

Personal Access Token

In: header

Path Parameters

orgId*string

Response Body

application/json

curl -X GET "https://loading/api/orgs/string/workspaces"
[
  {
    "$id": "string",
    "organizationId": "string",
    "name": "string",
    "slug": "string",
    "privacyMode": "option_1",
    "createdByUserId": "string",
    "archivedAt": "string"
  }
]
Empty