Method: listEnrollments
| Panel | ||
|---|---|---|
| ||
You can get all the account enrollments, enrollments related to certain learners or to certain courses, or both. |
Permissions to Run the Request
Account Owner, Account Administrators, Department Administrators, or custom roles.
...
| Parameter | Type | Description |
|---|---|---|
| enrollment | array | An array containing enrollments IDs |
| nextPageToken | string | The token needed to continue to the next page |
| issuedCertificateId | The certificate ID (token) from the list of enrollments | |
| certIssueDate | date | The date the certificate was issued |
| certExpiryDate | date | The certificate’s expiration date |
| enrollmentTypeGroup | int32 | Possible values: 0 — assigned by an administrator 1 — added from the catalog |
| Panel | |
|---|---|
| |
| |
| The date of issue and expiration of the certificate can only be received for active enrollments. When using this method, you cannot get the data for archived or deleted enrollments. |
...