Learning_spacesId
Get learning space
Get a learning space by ID.
Authorization
BearerAuth Authorization<token>
Project Bearer token (e.g., "Bearer sk-ac-xxxx")
In: header
Path Parameters
id*string
Learning space UUID
Response Body
application/json
curl -X GET "https://loading/api/v1/learning_spaces/string"{
"code": 0,
"error": "string",
"msg": "string",
"data": {
"created_at": "string",
"id": "string",
"meta": {},
"updated_at": "string",
"user_id": "string"
}
}