Certificates
Ce endpoint est dédié aux certificats de Cards.
Listing des certificats
Name
Value
Nom
Type
Description
Valeurs
{
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"content": "string",
"created_at": "datetime",
"updated_at": "datetime"
},
{
(...)
}
],
"links": {
"first": "https://api.cards-microlearning.com/v1/certificates?page=1",
"last": "https://api.cards-microlearning.com/v1/certificates?page=5",
"prev": null,
"next": "https://api.cards-microlearning.com/v1/certificates?page=2"
},
"meta": {
"current_page": int,
"from": int,
"last_page": int,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://api.cards-microlearning.com/v1/certificates?page=1",
"label": "1",
"active": true
},
{
"url": "https://api.cards-microlearning.com/v1/certificates?page=2",
"label": "2",
"active": false
},
{
"url": null,
"label": "...",
"active": false
},
{
"url": "https://api.cards-microlearning.com/v1/certificates?page=4",
"label": "4",
"active": false
},
{
"url": "https://api.cards-microlearning.com/v1/certificates?page=5",
"label": "Next »",
"active": false
}
],
"path": "https://api.cards-microlearning.com/v1/certificates",
"per_page": int,
"to": int,
"total": int
}
}Récupérer un certificat par son identifiant
Name
Value
Listing des utilisateurs ayant obtenu ce certificat
Name
Value
Nom
Type
Description
Valeurs
Mis à jour