English
API Reference
cURL
curl --request GET \ --url https://paradigm.lighton.ai/api/v2/workspaces/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "workspace_type": "<string>", "description": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "summaries": [ { "language": "en", "summary": "<string>" } ], "collections": [ { "id": 123, "name": "<string>", "collection_type": "<string>" } ], "members": [ { "id": 123, "first_name": "<string>", "last_name": "<string>", "email": "<string>" } ] }
This endpoint allows you to retrieve a workspace along with its relations (members and collections). It is restricted to admin and company admin users.
Bearer token authentication
The unique identifier of the workspace.
Successful response
Show child attributes
Language of the summary.
en
fr
es
it
ar
nl
sv
de
ja
zh
ko
Summary of the workspace.