Skip to content

Get Online Booking Details

Request

Security
BearerPartner
Path
location_idnumberrequired

location ID

record_idnumberrequired

Post ID (enough to view the post if the user is logged in)

Example:22123
record_hashstringrequired

HASH appointments (required to view the appointment if the user is not authorized)

Example:'dawd4fs09rhf0s9fafef0'
Headers
Acceptstringrequired

e.g. application/vnd.api.v2+json

Example:application/vnd.api.v2+json
Content-Typestringrequired

application/json

Authorizationstringrequired

Bearer partner_token, User user_token

curl -i -X GET \
  'https://developer.alteg.io/_mock/en/public/openapi/book_record/{location_id}/22123/'\''dawd4fs09rhf0s9fafef0'\''' \
  -H 'Accept: application/vnd.api.v2+json' \
  -H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>' \
  -H 'Content-Type: string'

Responses

OK

Bodyapplication/json
idnumber

Appointment ID

Example:13132699
servicesArray of objects

Service ID List

Example:
[ { "id": 389043, "title": "Correction of extended nails", "cost": 2300, "price_min": 2300, "price_max": 2300, "discount": 0, "amount": 1, "seance_length": 1800 } ]
companyobject

location parameters

Example:
{ "id": 4564, "title": "Nail studio", "country_id": 7, "country": "United States", "city_id": 2, "city": "New York", "phone": "+13155550175", "phones": [], "timezone": "12", "address": "New York, 787 Jackson Drive", "coordinate_lat": 40.73061, "coordinate_lon": -73.935242, "allow_delete_record": true, "allow_change_record": true, "site": "www.example.com", "currency_short_title": "USD", "allow_change_record_delay_step": 0, "allow_delete_record_delay_step": 0 }
staffobject

team member parameters

Example:
{ "id": 55436, "name": "Natalie Parker", "specialization": "Team Member in manicure and pedicure", "position": { "id": 446, "title": "Manicurist" }, "show_rating": 1, "rating": 4.84, "votes_count": 0, "avatar": "http://example.com/image.png", "comments_count": 37 }
clients_countinteger, (int32)
Example:1
datestring, (date-time)

04-02T12:00:00Z' (required, string) - Session date

Example:"2026-09-21T23:00:00.000-05:00"
datetimestring, (date-time)

Session date in ISO

Example:"2026-10-24T17:30:00-0500"
create_datestring, (date-time)

04-02T12:00:00Z' (required, string) - Appointment creation date

Example:"2026-10-20T21:40:24-0500"
commentstring

Appointment Comment

Example:""
deletedboolean

Whether the appointment was made (true if removed)

Example:true
attendancenumber

2 - the user confirmed the appointment, 1 - the user came, the services were provided, 0 - the user was waiting, -1 - the user did not show'

Example:0
lengthnumber

Session duration

Example:1800
notify_by_smsnumber

Specifies how many hours in advance an SMS reminder should be sent before the appointment. Set to 0 to disable SMS reminders

Example:0
notify_by_emailnumber

Specifies how many hours in advance an email reminder should be sent before the appointment. Set to 0 to disable email reminders

Example:0
master_requestedboolean

Indicates whether a specific team member was selected for the appointment. Set to false if the "any team member" option was chosen.

Example:false
onlineboolean

Indicates whether the appointment was created online by the client (true) or manually by an administrator (false)

Example:true
api_idstring

External appointment ID

Example:""
last_change_datestring, (date-time)

The date and time when the appointment was last modified

Example:"2026-10-24T23:54:02-0500"
prepaidboolean

Indicates whether online payment is available for the appointment

Example:false
prepaid_confirmedboolean

Online payment status

Example:false
activity_idnumber

group event ID

Example:0
Response
{ "id": 13132699, "services": [ {} ], "company": { "id": 4564, "title": "Nail studio", "country_id": 7, "country": "United States", "city_id": 2, "city": "New York", "phone": "+13155550175", "phones": [], "timezone": "12", "address": "New York, 787 Jackson Drive", "coordinate_lat": 40.73061, "coordinate_lon": -73.935242, "allow_delete_record": true, "allow_change_record": true, "site": "www.example.com", "currency_short_title": "USD", "allow_change_record_delay_step": 0, "allow_delete_record_delay_step": 0 }, "staff": { "id": 55436, "name": "Natalie Parker", "specialization": "Team Member in manicure and pedicure", "position": {}, "show_rating": 1, "rating": 4.84, "votes_count": 0, "avatar": "http://example.com/image.png", "comments_count": 37 }, "clients_count": 1, "date": "2026-09-21T23:00:00.000-05:00", "datetime": "2026-10-24T17:30:00-0500", "create_date": "2026-10-20T21:40:24-0500", "comment": "", "deleted": true, "attendance": 0, "length": 1800, "notify_by_sms": 0, "notify_by_email": 0, "master_requested": false, "online": true, "api_id": "", "last_change_date": "2026-10-24T23:54:02-0500", "prepaid": false, "prepaid_confirmed": false, "activity_id": 0 }