Returns provider preferences associated with the given Id

Returns provider preferences associated with the given Id

Returns provider preferences associated with the given id

Request
URI
GET
https://{api_host}/reservation-service/api/preferences/{id}
COPY
Path Parameters
string
id
Required

The id of the provider preferences


Responses
200

successful operation

Returns ProviderPreferences of type(s) */*
{
    "preferences": {
        "entries": [
            {
                "value": {},
                "key": "string"
            }
        ]
    },
    "serviceTypeId": "string",
    "id": "string"
}
object
preferences
Required

Equivalent of java.util.Map

string
serviceTypeId
Optional
Constraints: minLength: 0 maxLength: 255

serviceTypeId

string As uuid As uuid
id
Optional

id


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/reservation-service/api/preferences/{id}