[#335] Requirement

Migrated from Redmine #335 | Author: Rajat Duvedi
Status: New | Priority: High, I’m very impatient | Created: 2019-02-08


Hello Team,
I have some query regarding to my requirement as we discussed with Ingvar.

  1. I have a login system for users. So i want to fetch booking data based on logged in user. I have already store user id through intake form when i am booking any
    schedule
  2. I have created a demo from your source code https://simplybook.me/api_example/scheduler.js.
    into my project when i am creating a function
    this.client.getBookings(function(data){
    });
    into initElements methods but i am facing "method is not defined " error method
    Please help us ASAP

Redmine Admin wrote:

  1. Here is API method to get client bookings Company administration service methods - Company administration service methods - SimplyBook.me
    you need to pass client_id in filter to this function

  2. getBookings is admin API method but example you mention is based on public API which does not have such method.
    Please check “User/Admin API (Company administration service) authorization” section here API documentation | SimplyBook.me Online Scheduling