Skip to main content
GET
/
learning_spaces
/
{id}
/
skills
Error
A valid request URL is required to generate request examples
{
  "code": 123,
  "error": "<string>",
  "msg": "<string>",
  "data": [
    {
      "created_at": "<string>",
      "description": "<string>",
      "disk_id": "<string>",
      "file_index": [
        {
          "mime": "<string>",
          "path": "<string>"
        }
      ],
      "id": "<string>",
      "meta": {},
      "name": "<string>",
      "updated_at": "<string>",
      "user_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Project Bearer token (e.g., "Bearer sk-ac-xxxx")

Path Parameters

id
string
required

Learning space UUID

Response

200 - application/json

OK

code
integer
error
string
msg
string
data
object[]