AladiaDocs
Api referenceCoursesChaptersLectures

Search lectures

Search chapters

GET
/v2/courses/{courseId}/chapters/{chapterId}/lectures/search

Search chapters

AuthorizationBearer <token>

In: header

Path Parameters

courseId*string
chapterId*string

Query Parameters

next?string
prev?string
sortBy?string
sortDirection?string

Value in

  • "desc"
  • "asc"
name?string
cycleId?string

Response Body

application/json

curl -X GET "https://example.com/v2/courses/string/chapters/string/lectures/search"
{  "data": [    {}  ],  "cursor": {    "next": "string",    "prev": "string",    "totalItems": 0  }}