Skip to main content
GET
/
api
/
v1
/
courses
/
{course_id}
/
assets
List Course Assets
curl --request GET \
  --url https://api.example.com/api/v1/courses/{course_id}/assets
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

course_id
string
required

Response

Successful Response