[#991] How a user can get an access to him list of booking?

Migrated from Redmine #991 | Author: Артур Чернієвич
Status: Feedback | Priority: Normal | Created: 2022-12-22


Hello,
How a user can get an access to him list of booking? Which jsonRPC method need I use? How can I get bookingIds?

Please help me

Dmytro Bondarev wrote:

Hi, you can use API documentation | SimplyBook.me Online Scheduling

Артур Чернієвич wrote:

Thank you

getClientBookings ($clientId, $sign, $filter)

Please explain what should be inserted in the $sign field?

Dmytro Bondarev wrote:

signature = md5($clientId . $clientHash . $secretKey);

Where $clientId - is your client id, you will receive it on add client or making booking
Where $clientHash - is your client hash, you will receive it on add client or making booking
Where $secretKey - is your API secret key.

Артур Чернієвич wrote:

Thank you very much Dmytro!