Siden opdateres af FA med henblik på udvikling.
Metoder
Table of Contents | ||
---|---|---|
|
...
GetQualifications (GET /v1/EscoStar/qualifications
...
)
Henter en specifik alle STAR kvalifikationkvalifikationer.
Tilladte organisationer
Alle |
uden certifikat |
Input
Element | Type | Detaljer | Forekomst | Beskrivelse | uuid[Path] | guid | 1 |
---|
Output
Output
Element | Type | Detaljer | Forekomst | Beskrivelse | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
response | GetQualificationResponseDto | 1 | - qualification | qualificationDto | 0 - 1 | Kvalifikation. | - - parentConceptUriDa | string | Length: 0-256 | 1 | ESCO STAR identifikation af det overordnede element i ESCO STAR hierarkiet. | WORK IN PROGRESS |
Fejlkoder
...
GetQualificationOnConceptUriDa (GET /v1/EscoStar/qualifications/{string})
Henter en specifik STAR kvalifikation på baggrund af en ESCO-STAR kode (conceptUriDa).
Tilladte organisationer
...
Input
...
GetQualificationsResponseDto | 1 | |||
- qualifications | QualificationDtoCollection | 1 | Liste af kvalifikationer. | |
- - |
qualification | QualificationDto | 0 - * | Kvalifikation. | |
- - - |
Fejlkoder
...
GetQualifications (GET /v1/EscoStar/qualifications)
Henter alle STAR kvalifikationer.
Tilladte organisationer
...
Input
...
Output
Element | Type | Detaljer | Forekomst | Beskrivelse | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
response | GetQualificationsResponseDto | 1 | - qualifications | QualificationDtoCollection | 1 | Liste af kvalifikationer. | - - qualificationDto | QualificationDto | 0 - * | KvalifikationQualificationIdentifier | guid | 1 | ||
- - - GroupQualificationId | int | 1 | Den respektive Int32 fra den gamle kodeliste. | |||||||||||
- - - | parentConceptUriDaName | string | Length: | 02- | 256100 | 0 - 1 | ESCO STAR identifikation af det overordnede element i ESCO STAR hierarkiet. | WORK IN PROGRESS |
Fejlkoder
...
CreateQualification (POST /v1/EscoStar/qualifications)
Opretter en specifik STAR kvalifikation.
Tilladte organisationer
...
Input
Element | Type | Detaljer | Forekomst | Beskrivelse | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
x-requestId [Header] | string | 1 | requestBody | CreateQualificationRequestDto | 1 | - qualification | QualificationDto | 1 | Kvalifikation. | - - parentConceptUriDa1 | Navn for kvalifikation |
- - - conceptUriDas | ConceptUriDaTypeCollection | 1 | Liste af conceptUri kvalifikationen er tilknyttet. | ||||||||
- - - - ConceptUriDa | string | Length: 0-256 | 10 - * | ESCO STAR identifikation af det overordnede element i ESCO STAR hierarkiet | .WORK IN PROGRESS |
Output
...
Fejlkoder
...
UpdateQualification (PUT /v1/EscoStar/qualifications)
Opdaterer en specifik STAR ESCO stillingsbetegnelse.
Tilladte organisationer
...
Input
Element | Type | Detaljer | Forekomst | Beskrivelse | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
x-requestId [Header] | string | 1 | requestBody | UpdateQualificationRequestDto | 1 | - qualification | QualificationDto | 1 | Kvalifikation. | - - conceptUriDa | string | Length: 0-256 | 1 | Unik ESCO STAR identifikation - defineret af STAR.. | WORK IN PROGRESS |
Output
...
Fejlkoder
Fejlkode | Fejltekst | Beskrivelse |
---|---|---|
1014 | The submitted message is not valid | The submitted message is not valid |
1101 | Client certificate missing from request | Client certificate missing from request |
4575 | You are not authorized to execute the operation | You are not authorized to execute the operation |
...