v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBService
Get Services
Get a list of Services.
get/appointments/services
Query parameters
sortstring
Specifies the order in which the list will be returned. Default order is ascending. Default sort attribute is Id. Specify desc_ to sort descending format: "sort=desc_snake_cased_attribute_name" OR "sort=snake_cased_attribute_name" ex. sort=desc_updated_on
pageinteger
Specifies the page of records to be returned. Defaults to 1.
page_sizeinteger
Number of records to return per page. Maximum and default are 100 records.
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
{
"services": [
{
"id": 1234567891234567,
"service_icon_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
},
"bookings_open_time_window_unit_of_time_id": 1234567891234567,
"bookings_close_time_window_unit_of_time_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"
}
}
]
}