Get completion status for an enrollment
Resource URL
URL: enrollment/courseCompletionStatus
Parameters
string username | Username |
string password | Password |
int enrollmentReferenceId | Unique identifier of an enrollment. |
Return value
completionDate | yyyy-MM-dd - the date when course was completed. Empty value indicates, that the course is not yet completed |
validUntilDate | yyyy-MM-dd - if a course has validity period this indicates the time it expires |
certificateAvailable | Whether a certificate is available. Possible values are: true / false |
enrollmentStatus | Status of the enrollment.
|
xample request
URL | https://www.trainingportal.no/mintra/rest/enrollment/courseCompletionStatus |
POST DATA | enrollmentReferenceId=d1dff733-51d1-4853-bc11-96939c16ebc4&username=username&password=secret |
{
"completionDate": "2011-05-10",
"enrollmentStatus": "APPROVED",
"validUntil": null,
"certificateAvailable": true
}