Match.JobannonceKlassificering (Version 1, 2024-4)
Siden opdateres automatisk til at afspejle koden.
Metoder
CreateJobannonceKlassificering (POST /v1/JobannonceKlassificering)
Denne metode benyttes til at oprette tags / klassificeringer i relation til søgninger på en jobannonce.
Tilladte organisationer
| Alle borgere | Egne borgere | Tidligere egne borgere | Gæsteadgang | Anden Aktør - egne borgere | Anden Aktør - gæsteadgang | Anden Aktør - alle borgere | System - alle borgere |
---|---|---|---|---|---|---|---|---|
STAR | X |
|
|
|
|
|
|
|
Scope
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
x-requestId [Header] | string |
| 1 | Unikt id for requestet (typisk guid). Hvis api'et modtager samme requestId mere end én gang returneres http status kode 412. Max længde for id'et er 46 chars |
requestBody | JobAdClassificationDto |
| 1 | GetJobannonceKlassificeringResponseDto |
- jobAdExternalIdentifier | string | MinLength: 1 | 1 | Id på jobannonce |
- classificationType |
| 1 |
|
Output
Intet output
Fejlkoder
Fejlkode | Fejltekst | Beskrivelse |
---|---|---|
130000 | Ulovligt jobannonceid | Ulovligt jobannonceid |
4575 | You are not authorized to execute the operation | You are not authorized to execute the operation |
GetJobannonceKlassificering (GET /v1/JobannonceKlassificering)
Denne metode benyttes til at hente tags / klassificeringer i relation til søgninger på en jobannonce.
Tilladte organisationer
| Alle borgere | Egne borgere | Tidligere egne borgere | Gæsteadgang | Anden Aktør - egne borgere | Anden Aktør - gæsteadgang | Anden Aktør - alle borgere | System - alle borgere |
---|---|---|---|---|---|---|---|---|
STAR | X |
|
|
|
|
|
|
|
Scope
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
JobannonceId [Query] | string |
| 0 - 1 | Id på jobannonce |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
response | getJobannonceKlassificeringResponse |
| 1 | getJobannonceKlassificeringResponse |
- jobannonceid | string |
| 1 | Id på jobannonce |
- klassificeringer | JobannonceKlassificeringTypeCodeListCollection |
| 1 | Liste af tags på en jobannonce |
- - JobannonceKlassificeringTypeCodeList |
| 0 - * |
|
Fejlkoder
Fejlkode | Fejltekst | Beskrivelse |
---|---|---|
130000 | Ulovligt jobannonceid | Ulovligt jobannonceid |
4575 | You are not authorized to execute the operation | You are not authorized to execute the operation |
DeleteJobannonceKlassificering (DELETE /v1/JobannonceKlassificering/{jobAnnonceId})
Denne metode benyttes til at slette tags / klassificeringer i relation til søgninger på en jobannonce.
Tilladte organisationer
| Alle borgere | Egne borgere | Tidligere egne borgere | Gæsteadgang | Anden Aktør - egne borgere | Anden Aktør - gæsteadgang | Anden Aktør - alle borgere | System - alle borgere |
---|---|---|---|---|---|---|---|---|
STAR | X |
|
|
|
|
|
|
|
Scope
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
jobAnnonceId [Path] | string |
| 1 | Id på jobannonce |
klassificeringstag [Query] | int32 |
| 0 - 1 | Tag på jobannoncer f.eks. den ikke skal med i automatch |
x-requestId [Header] | string |
| 1 | Unikt id for requestet (typisk guid). Hvis api'et modtager samme requestId mere end én gang returneres http status kode 412. Max længde for id'et er 46 chars |
Output
Intet output
Fejlkoder
Fejlkode | Fejltekst | Beskrivelse |
---|---|---|
130000 | Ulovligt jobannonceid | Ulovligt jobannonceid |
130001 | Den angivne klassificeringstag findes ikke på jobannoncen | Den angivne klassificeringstag findes ikke på jobannoncen |
4575 | You are not authorized to execute the operation | You are not authorized to execute the operation |