← Tools Reference

SuperSaaS

SuperSaaS integration (Productivity). Imported from open-connector.

API key7 toolshttps://www.supersaas.com
GET
super_saas_list_schedules
List schedules in the connected SuperSaaS account.

/api/schedules.json

GET
super_saas_list_super_forms
List SuperForms in the connected SuperSaaS account.

/api/super_forms.json

GET
super_saas_list_groups
List groups in the connected SuperSaaS account.

/api/groups.json

GET
super_saas_list_resources
List resources or services for one SuperSaaS schedule.

/api/resources.json

1 parameter
ParamTypeRequiredDescription
schedule_idintegeroptionalThe SuperSaaS schedule ID.
GET
super_saas_list_field_names
List available SuperSaaS fields for a schedule or for the user object.

/api/field_list.json

1 parameter
ParamTypeRequiredDescription
schedule_idintegeroptionalThe SuperSaaS schedule ID.
GET
super_saas_list_recent_changes
List recently changed bookings for one SuperSaaS schedule.

/api/changes/{schedule_id}.json

8 parameters
ParamTypeRequiredDescription
schedule_idintegerrequiredThe SuperSaaS schedule ID.
fromstringoptionalA SuperSaaS date or timestamp in YYYY-MM-DD or YYYY-MM-DD HH:MM:SS format.
tostringoptionalA SuperSaaS date or timestamp in YYYY-MM-DD or YYYY-MM-DD HH:MM:SS format.
todaybooleanoptionalWhether SuperSaaS should use the current local day as the range.
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe result offset used for pagination.
userstringoptionalA SuperSaaS user name, user ID, or foreign key used to filter bookings.
slotbooleanoptionalWhether to include capacity schedule slot information.
GET
super_saas_list_appointments
List appointments or slots for one SuperSaaS schedule in a time range.

/api/range/{schedule_id}.json

8 parameters
ParamTypeRequiredDescription
schedule_idintegerrequiredThe SuperSaaS schedule ID.
fromstringoptionalA SuperSaaS date or timestamp in YYYY-MM-DD or YYYY-MM-DD HH:MM:SS format.
tostringoptionalA SuperSaaS date or timestamp in YYYY-MM-DD or YYYY-MM-DD HH:MM:SS format.
todaybooleanoptionalWhether SuperSaaS should use the current local day as the range.
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe result offset used for pagination.
userstringoptionalA SuperSaaS user name, user ID, or foreign key used to filter bookings.
slotbooleanoptionalWhether to include capacity schedule slot information.