GET {{baseUrl}}/workspaces/:workspaceId
Use this API to get workspace detail. Scopes: Rate Limit Label: workspace:read:admin
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"workspace_name": "<string>",
"workspace_display_name": "<string>",
"workspace_type": "desk",
"workspace_passcode": "<string>",
"activation_code": "<string>",
"calendar_resource_id": "<string>",
"location_id": "<string>"
} |
ENDPOINTS