Learner - View Task Certificate API

List the certificates of the user for a given task id.

Interfaces

View Task Certificate

GET /api/learner/tasks/:task_id/certificate(/:learner_id)

This endpoint lists the certificates of the user for a given task id.

Response codes

  • 200 OK
  • 401 Unauthorized

Example Response

{
  "certificates": [
    {
      "issuer": "Bridge",
      "learnable_title": "Task 1",
      "earned_at": "2015-08-25T10:21:39.041-06:00",
      "recipient": "Bruce Lee"
    }
  ]
}