system
December 22, 2022, 10:13am
1
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
system
December 22, 2022, 10:18am
2
system
December 22, 2022, 10:38am
3
Ðртур Чернієвич wrote:
Thank you
getClientBookings ($clientId, $sign, $filter)
Please explain what should be inserted in the $sign field?
system
December 22, 2022, 10:49am
4
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.
system
December 22, 2022, 10:52am
5
Ðртур Чернієвич wrote:
Thank you very much Dmytro!