[#709] Proper request body to call API getBookingDetails()

Migrated from Redmine #709 | Author: Gibson Tang
Status: New | Priority: High, I’m very impatient | Created: 2021-06-08


I need to use the API to get booking details and I noticed that there are 2 endpoints

getBookingDetails($id) and
getBookingDetails($id, $sign)

What is the difference between these 2 APIs?

And I am using curl to test the API and I can’t seem to find get the syntax to do a successful call to get the booking details

Redmine Admin wrote:

hi, first is admin API method, second is client API method.
Unfortunately we don’t have curl exanple to share with you, please check examples in doc or use API documentation | SimplyBook.me Online Scheduling

Gibson Tang wrote:

Redmine Admin wrote:

hi, first is admin API method, second is client API method.
Unfortunately we don’t have curl exanple to share with you, please check examples in doc or use API documentation | SimplyBook.me Online Scheduling

Ok, is the auth token required if I access using admin API method and the client API method? Or auth token is only required for the client API method?

Redmine Admin wrote:

auth token required for both but ayth method is different: API key for client, login and password for admin