Items in Basket

Subtotal

Checkout View and edit basket

Customers Also Bought

List catalogues

Resource URL

URL: competence/listCatalogues


Parameters

string username
required

Username

string password
required

Password

string locale
optional

Choose the language for names
Default value: "en"


Return value

localeSelected locale (language)
catalogueList

Lists of the catalogues found

nameThe name of the comeptence
idThe id of the competence
type

The type of the catalogue:

  • TRAINING
  • COMPETENCE
  • MIXED


Example request

URL

https://www.trainingportal.no/mintra/rest/competence/listCatalogues

POST DATAusername=username&password=secret&locale=en
{
"locale": "en",
"catalogueList": [ {
"id": 123,
"type": "MIXED",
"name": "Test Competence Catalogue"
}]
}