v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBService
Get Service
Get the data for a specified Service.
get/appointments/services/{service_id}
Path parameters
service_idinteger required
Id of the Service to get data for
Headers
x-api-keystring required
A valid api key. If you don't have one, please request one through the Web Integration screen.
Response
Service Data
Example response
{
"id": 1234567891234567,
"service_icon_id": 1234567891234567,
"durations": [
{
"id": 1234567891234567
}
],
"cancellation_policy": {
"cancellation_unit_of_time_id": 1234567891234567,
"cancellation_fee": 0.1,
"cancellation_fee_tax_rate_id": 1234567891234567
},
"no_show_policy": {
"no_show_fee": 0.1,
"no_show_fee_tax_rate_id": 1234567891234567
},
"location_providers": [
{
"id": 1234567891234567,
"location_id": 1234567891234567,
"providers": [
{
"provider_id": 1234567891234567
}
]
}
],
"bookings_open_time_window_unit_of_time_id": 1234567891234567,
"bookings_close_time_window_unit_of_time_id": 1234567891234567,
"waivers": [
{
"waiver_id": 1234567891234567
}
],
"created": {
"created_by_id": 1234567891234567,
"created_on_datetime": "2014-12-31T23:59:59.938Z"
},
"updated": {
"updated_by_id": 1234567891234567,
"updated_on_datetime": "2014-12-31T23:59:59.938Z"
}
}