workspaces
Workspaces

Show Workspace

Show Workspace

get/workspaces/{id}

Path parameters

idinteger required

Workspace ID.

Response

The Workspaces object.

idinteger

Workspace ID

namestring

Workspace name

Example response

{
  "id": 1,
  "name": "Project Alpha"
}

Changes