List All Certificates
Developing
GET
/courses/certificates
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/courses/certificates?limit=50&next=&prev=&sortBy=&sortDirection=asc' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "eec58ae5acd1b6bcfeffcccf",
"uuid": "5ac34b1b-ebf8-47eb-b511-25d17e07246c",
"courseId": "be1fa4e2dbfebc7c10ece1d9",
"courseName": "Mr. Lewis Denesik",
"certificateImage": "https://via.placeholder.com/431x301/040093/0aa319.gif",
"profile": {
"id": "358ff6dd96e8c63e1f4e4dbd",
"fullName": "Annie Donnelly",
"online": false,
"picture": "https://via.placeholder.com/346x1190/beff97/54148c.gif",
"story": {
"status": "no-story"
}
},
"courseImage": "https://via.placeholder.com/1586x1857/4cffa7/07b83c.webp",
"authority": "Mr. Orville Sawayn",
"issueDate": "2024-11-08"
}
],
"next": null,
"prev": null,
"totalItems": 2
}
Request
Query Params
limit
integerÂ
optional
Default:
50
next
stringÂ
optional
prev
stringÂ
optional
sortBy
stringÂ
optional
sortDirection
enum<string>Â
optional
Allowed values:
ascdesc
Default:
asc
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}