XUND API Documentation

POST /v1/specializations/convertFromXundSpecializations

This endpoint is to convert internal specialization ids to a given country’s local specialization ids.

Request

Request Query parameters

Parameter name

Parameter type

Parameter description

countryCode

CountryCode?

Country code to retrieve the specialization list for

location

Location?

Location to retrieve the specialization list for

xundSpecializationIds

string[]

The specialization ids to get localized specializations for

Exactly one of countryCode or location parameter is mandatory.

Response

Response Body data structure

Property name

Property type

Property description

localSpecializationIds

string[]

Array of local specialization ids

Example response

Example response
JSON
{
    "localSpecializationIds": [
        "705e3fc8-8b39-4349-bc75-10d4ec2b6519",
        "12beb8af-45ad-41d1-9d39-9818c42f7031",
        "adfea966-1799-43b9-a40a-e4d6a11a9338",
        "e30e3fe7-c9ea-4f94-b9de-612101a4d69b",
        "ac1eb3f9-67e6-4579-bae9-35621a25b467"
    ]
}