Directory

The Scheduler HAPI component will pull data related to directories from the Control Panel

The main use-case depends on what directory profiles are being used for in the Portal. Some popular use-cases are: Staff/Team Members or Venues

  1. bookings - this will pull back all directory profile data from the Control Panel

<div data-pv-component="directory" data-pv-type="business" data-pv-object="abc">
    // Some code
</div>

The code above has data-pv-object so you will be able to see all data pulled by typing "abc" into the developer console.

Last updated