WorkspaceAdminService
Workspace Admin
Get a workspace by ID
Retrieves a workspace in the account by ID. Admin only.
get/v1/account/workspaces/{workspaceId}
Path parameters
workspaceIdstring required
Example:workspace_01HXKD2E5NQM3T9AYWCF133E3Q
Workspace ID to retrieve (path).
Response
OK
Example response
{
"metadata": {
"accountId": "account_01HXKD2E5NQM3T9AYWCFTJHJVF",
"profileId": "profile_01HXKD2E5NQM3T9AYWCFS0AP08"
}
}Changes
Changed in 2 of the 57 revisions of this API.3
- ○
added the optional property
infoto the response with the200statusresponse-optional-property-added
- ○
added the optional property
metadata/createdAtto the response with the200statusresponse-optional-property-added
This revision also has 27 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○