AladiaDocs
Api referenceCoursesCertificates

Search certificates

Search courses

GET
/v2/courses/certificates/search

Search courses

AuthorizationBearer <token>

In: header

Query Parameters

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

Value in

  • "desc"
  • "asc"
certificateIds?array<string>
courseId?string
profileId?string
username?string
show?string

Value in

  • "all"
  • "org_members"

Response Body

application/json

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