Api referenceExam collectionsExams
List all exams
List all exams
List all exams
AuthorizationBearer <token>
In: header
Path Parameters
examCollectionId*string
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
Response Body
application/json
curl -X GET "https://example.com/v2/exam-collections/string/exams"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}