Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method: getIssuedCertificate

info
Panel
bgColor#eaf4fd
Using this method, you can get a link to download a certificate for a specific enrollment. You don’t need to download certificates for all enrollments.

...

Parameter

Type

Description

token (required)stringAccess token. You can obtain a token by making a request.
issuedCertificateIdstring

The certificate ID (token) from the list of enrollments.

...

Parameter

Type

Description

issuedCertificatestring

Link to download the certificate as a PDF.


info
Panel
bgColor
#eaf4fd

Note:

  1. You can only get the certificate for active assignments. The certificates for archived and deleted enrollments can not be downloaded using this method.

  2. You can receive certificate issued for courses, learning tracks and standalone content items.

  3. The link to download the certificate is available during the token’s validity period of 10 minutes.

    • If there is a token, then the updated certificate is downloaded.

    • If the token expires, then the download link does not work. You need to generate a new download token.

...