Requesting specific sun-education-level concepts

Assume we want to request specific concepts of type sun-education-level that have the attribute sun-education-level-code-2000 being either 1, 2, 3, 4, 5 or 6 for version 1 of the Taxonomy. Start by visiting the Swagger page:

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

Go to the endpoint /v1/taxonomy/specific/concepts/sun-education-level and click on Try it out. Fill in the the following fields:

  • version should have value 1.
  • sun-education-level-code-2000 should have either 1, 2, 3, 4, 5 or 6.

The API does not support comma-separated values for the sun-education-level-code-2000 field. You will have to make a separate query for each of the possible values. For the value sun-education-level-code-2000 being 1, we have the URL

https://taxonomy.api.jobtechdev.se/v1/taxonomy/specific/concepts/sun-education-level?version=1&sun-education-level-code-2000=1

and the results

[
  {
    "taxonomy/type": "sun-education-level-1",
    "taxonomy/definition": "Förgymnasial utbildning kortare än 9 år",
    "taxonomy/id": "hxDt_SD3_1qX",
    "taxonomy/sun-education-level-code-2000": "1",
    "taxonomy/preferred-label": "Förgymnasial utbildning kortare än 9 år"
  }
]

All URL for sun-education-level-code-2000 being either 1, 2, 3, 4, 5 or 6 are: