For Developers
Enrollments
List Enrollments
enrollments.list(options);
Retrieve a list of Enrollments.
Function Arguments
This query allows for standard paging options.
Fetch Enrollment
enrollments.fetch(enrollment_id, options);
Retrieve an individual Enrollment.
Function Arguments
Parameter | Type | Description |
---|---|---|
enrollment_id | string | The UUID of the enrollment. |