v1
latestOpenAPI 3.0.12026-08-064278250.7 KBworkspaces
Retrieve a workspace
Retrieve a workspace by its unique identifier.
get/v1/workspaces
Headers
Workspacestring required
The workspace identifier, which isolates API requests inside the provided workspace scope.
Response
Success
Example response
{
"id": "corodevonmicrosoftcom_EZ90_b",
"companyName": "Company Name",
"displayName": "Child workspace",
"type": "child",
"domain": "child-workspace.com",
"maxProtectedUsers": 25,
"overCapacityAllowance": 0.1,
"maxDevicesLimit": 25,
"limited": true,
"notificationsLevel": "none",
"parentWorkspaceId": "coroparent_123",
"lastAdminLoginTime": 1693562400000,
"workspaceCreationTime": 1641009600000,
"workspaceCreationType": "direct"
}