Get a user's CV
Resource URL
URL: user/cv
Parameters
string username | Username |
string password | Password |
string userId | Trainingportal internal ID of the user |
string userExternalId optional | External ID of the user. Either userId or userExternalId must be filled |
Return value
mimetype | content mimetype |
courseCertificateByteArray | base64-encoded binary content of CV file |
Example request
URL | |
POST DATA | userExternalId=a001&username=username&password=secret |
{
"mimetype": "application/pdf",
"courseCertificateByteArray": "base64-encoded binary content"
}