Items in Basket

Subtotal

Checkout View and edit basket

Customers Also Bought

Get a user's CV

Resource URL

URL: user/cv


Parameters

string username
required

Username

string password
required

Password

string userId
optional

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

https://www.trainingportal.no/mintra/rest/user/cv

POST DATA

userExternalId=a001&username=username&password=secret

{
"mimetype": "application/pdf",
"courseCertificateByteArray": "base64-encoded binary content"
}