AladiaDocs
Api referenceCoursesMembersAttendances

Search attendances

Search courses

POST
/v2/courses/{courseId}/members/attendances/search

Search courses

AuthorizationBearer <token>

In: header

Path Parameters

courseId*string

Query Parameters

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

Value in

  • "desc"
  • "asc"

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/courses/string/members/attendances/search" \  -H "Content-Type: application/json" \  -d '{    "limit": 10  }'
{  "data": [    "string"  ],  "cursor": {    "next": "string",    "prev": "string",    "totalItems": 0  }}