End of life for the old legacy Taxonomy SOAP service 2022-06-30

The old legacy Taxonomy SOAP service will be taken out of service 2022-06-30.

http://api.arbetsformedlingen.se/taxonomi/v0/TaxonomiService.asmx

There is a replacement service in operation since 2019, here:

https://taxonomy.api.jobtechdev.se/v1/taxonomy/swagger-ui/index.html

If you need old legacy ids that was used in the old SOAP service, it can be fetches with the following GET-request:

curl -X GET "https://taxonomy.api.jobtechdev.se/v1/taxonomy/main/concepts?include-legacy-information=true&type=occupation-name&version=1" -H  "accept: application/json"

Please note that version needs to be set to 1 and include-legacy-information must be set to true.

Den äldre Taxonomi SOAP-tjänsten stängs av den sista juni 2022.

http://api.arbetsformedlingen.se/taxonomi/v0/TaxonomiService.asmx

Det finns ett ersättningsapi sedan 2019 som kan nås här:

https://taxonomy.api.jobtechdev.se/v1/taxonomy/swagger-ui/index.html

Om ni behöver få tag på de id:n som användes i den äldre SOAP tjänsten, kan ni få ut dem med följande GET-anrop.

curl -X GET "https://taxonomy.api.jobtechdev.se/v1/taxonomy/main/concepts?include-legacy-information=true&type=occupation-name&version=1" -H  "accept: application/json"

Obs!
Parametern version måste vara satt till 1 och include-legacy-information måste vara satt till true.