Get competence details
Resource URL
URL: competence/competenceInformation
Parameters
string username | Username |
string password | Password |
string competenceId optional | ID of the competence. One of competenceId or competenceExternalId must be given! |
string competenceExternalId | External ID of the competenc. One of competenceId or competenceExternalId must be given! |
string locale | Choose the language for names Default value: "en" |
Return value
id | ID of the competence | ||||||||
externalId | External ID of the competence | ||||||||
name | Name of the competence | ||||||||
description | Selected locale (language) | ||||||||
competenceType | Selected competence type to filter on, or null if no filter. | ||||||||
children | Lists of the child requirements for the competence
|
Example request
URL | https://www.trainingportal.no/mintra/rest/competence/competenceInformation |
POST DATA | username=username&password=secret&competenceId=1234 |
{
"id": "1234",
"externalId": "ext_1234",
"name": "Superintendent",
"description": null,
"competenceType": "ROLE",
"children": [
{
"id":36250,
"externalId":"adf7543",
"name":"Requrement 1"
},
{
"id":36251,
"externalId":"adf7465",
"name":"Method Engineer- Piping "
}
]
}