You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
Siden opdateres af FA med henblik på udvikling.
Metoder
GetQualification (GET /v1/EscoStar/qualifications/{uuid})
Henter en specifik STAR kvalifikation.
Tilladte organisationer
| Alle borgere | Egne borgere | Tidligere egne borgere | Gæsteadgang | Anden Aktør - egne borgere | Anden Aktør - gæsteadgang |
---|
STAR | X |
|
|
|
|
|
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|
uuid[Path] | guid |
| 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|
response | GetQualificationResponseDto |
| 1 |
|
- qualification | qualificationDto |
| 0 - 1 | Kvalifikation. |
- - conceptUriDas | ConceptUriDaTypeCollection |
| 1 |
|
- - - conceptUriDa | ConceptUriDaType | Length: 0-256 | 0 - * |
|
- - ID | guid |
| 1 |
|
- - GroupQualificationId? | int |
| 0 - 1 | Gammel værdi, vil kun være tilstede på de kvalifikationer som er overført fra de tidligere kvalifikationer. |
- - Name | string | Length: 2-512 | 1 |
|
- - Description? | string | Length: 2-2048 | 0 - 1 |
|
- - NotSeachable? |
|
| 1 |
|
- - OccupationQualificationGroupId? |
|
| 0 - 1 |
|
- - escoStarStatus? | EscoStarStatusCodeList |
| 1 |
|
WORK IN PROGRESS |
|
|
|
|
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 |
GetQualifications (GET /v1/EscoStar/qualifications/{string})
Henter en specifik STAR kvalifikation på baggrund af en ESCO-STAR kode (conceptUriDa).
Navn hvis vi ikke kan have det samme som den som tager dem alle: GetQualificationsOnConceptUriDa
Tilladte organisationer
| Alle borgere | Egne borgere | Tidligere egne borgere | Gæsteadgang | Anden Aktør - egne borgere | Anden Aktør - gæsteadgang |
---|
STAR | X |
|
|
|
|
|
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|
ConceptUriDa[Path] | string |
| 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|
response | GetQualificationsResponseDto |
| 1 |
|
- qualifications | QualificationDtoCollection |
| 1 | Liste af kvalifikationer. |
- - qualification | QualificationDto |
| 0 - * | Kvalifikation. |
- - - parentConceptUriDa | string | Length: 0-256 | 1 | ESCO STAR identifikation af det overordnede element i ESCO STAR hierarkiet. |
WORK IN PROGRESS |
|
|
|
|
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 |
GetQualifications (GET /v1/EscoStar/qualifications)
Henter alle STAR kvalifikationer.
Tilladte organisationer
| Alle borgere | Egne borgere | Tidligere egne borgere | Gæsteadgang | Anden Aktør - egne borgere | Anden Aktør - gæsteadgang |
---|
STAR | X |
|
|
|
|
|
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|
response | GetQualificationsResponseDto |
| 1 |
|
- qualifications | QualificationDtoCollection |
| 1 | Liste af kvalifikationer. |
- - qualification | QualificationDto |
| 0 - * | Kvalifikation. |
- - - parentConceptUriDa | string | Length: 0-256 | 0 - 1 | ESCO STAR identifikation af det overordnede element i ESCO STAR hierarkiet. |
WORK IN PROGRESS |
|
|
|
|
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 |
CreateQualification (POST /v1/EscoStar/qualifications)
Opretter en specifik STAR kvalifikation.
Tilladte organisationer
| Alle borgere | Egne borgere | Tidligere egne borgere | Gæsteadgang | Anden Aktør - egne borgere | Anden Aktør - gæsteadgang |
---|
STAR | X |
|
|
|
|
|
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|
x-requestId [Header] | string |
| 1 |
|
requestBody | CreateQualificationRequestDto |
| 1 |
|
- qualification | QualificationDto |
| 1 | Kvalifikation. |
- - parentConceptUriDa | string | Length: 0-256 | 1 | ESCO STAR identifikation af det overordnede element i ESCO STAR hierarkiet. |
WORK IN PROGRESS |
|
|
|
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|
response | CreateQualificationResponseDto |
| 1 |
|
- qualificationIdentifier | guid |
| 1 | Unik Identifikation af kvalifikationen |
Fejlkoder