[#621] View/Cancel/Reschedule url for client is not working

Migrated from Redmine #621 | Author: Hikmet Tüysüz
Status: Closed | Priority: High, I’m very impatient | Created: 2020-12-08


We use hash and created the below url,

again we try client_hash instead of hash even though its not working.

Its internally redirecting to below url and showing session bookings

Sample response for user book
{
“result”: {
“require_confirm”: false,
“bookings”: [
{
“id”: “23”,
“event_id”: “1”,
“unit_id”: “1”,
“client_id”: “110”,
“client_hash”: “db16d077eb6ecc1536f46cf10cee5d00”,
“start_date_time”: “2020-12-28 12:00:00”,
“end_date_time”: “2020-12-28 12:30:00”,
“time_offset”: “0”,
“is_confirmed”: “1”,
“require_payment”: false,
“code”: “09ym88h”,
“hash”: “f5f68e8f81c068685b7f4738531b0b3a”
}
],
“invoice”: null
},
“id”: “14”,
“jsonrpc”: “2.0”
}

Dmytro Bondarev wrote:

It is not possible to generate such urls via API.

Hikmet Tüysüz wrote:

Dmitry Bondarev wrote:

It is not possible to generate such urls via API.

Can’t we view our booking in simplybook site with hash?

Redmine Admin wrote:

No, it is not possible.
All API posibilities are described here API documentation | SimplyBook.me Online Scheduling