Using the API to set Booking Form, Actions and Calendar Events

We have a large number of “profiles” in our account and would like to be able to configure some components (Booking Form, Actions, Calendar Events) of the profile through an API so we can be certain that all configurations are OK.

Current API documentation doesn’t provide many details on how to fetch the full details of these “sub-objects”.

I am looking to get a sample of calls that fetch the full details of a profile and update them. Any help is appreciated!

Hi @lfboulanger to get the sub objects you would use something like
?fields=questions,questions.code,questions.type,questions.before,questions.after,questions.required

This also can be for actions: ?fields=actions,actions.type,actions.id
questions.anchor,questions.offsetMinutes,questions.title,questions.to,questions.fromAddress,questions.subject,questions.body

Finally calendar events (for booker event and owner event):
ownerEvent,ownerEvent.title,ownerEvent.description,ownerEvent.location,ownerEvent.participants

bookerEvent,bookerEvent,bookerEvent.title,bookerEvent.location

I hope this helps.