Workspaces
Get one Workspace
Retrieve a single Workspace record by its Id.
GET
Get one Workspace
A Workspace represents a collaborative workspace or project area where team members can share files, communicate, and coordinate work within the platform.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the Workspace-Read role.Path Parameters
integer
required
The Id of the Workspace record to retrieve.
Code Examples
Response
200
integer
ID of the business linked to this record.
integer
ID of the administrator linked to this record.
string
The name value for this workspace.
boolean
Whether visible in my spaces is enabled.
boolean
Whether visible by everyone is enabled.
boolean
Whether this workspace is archived and hidden from active lists.
string
Free-text description of this workspace.
integer[]
List of members linked to this record.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one Workspace