Get Workspace
GET/workspaces
Get workspace details.
Returns details about the workspace associated with the user's session.
Returns: Workspace: The details of the workspace.
Raises: HTTPException: If the user does not have permission to perform this action.
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
- MOD1
- MOD1
- MOD1
]
idobject
anyOf
string
name Name (string)required
descriptionobject
anyOf
string
typeobjectrequired
anyOf
string
[
{
"id": "string",
"name": "string",
"description": "string",
"type": "string"
}
]
Loading...