SuperSaaS integration (Productivity). Imported from open-connector.
https://www.supersaas.com/api/schedules.json
/api/super_forms.json
/api/groups.json
/api/resources.json
| Param | Type | Required | Description |
|---|---|---|---|
| schedule_id | integer | optional | The SuperSaaS schedule ID. |
/api/field_list.json
| Param | Type | Required | Description |
|---|---|---|---|
| schedule_id | integer | optional | The SuperSaaS schedule ID. |
/api/changes/{schedule_id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| schedule_id | integer | required | The SuperSaaS schedule ID. |
| from | string | optional | A SuperSaaS date or timestamp in YYYY-MM-DD or YYYY-MM-DD HH:MM:SS format. |
| to | string | optional | A SuperSaaS date or timestamp in YYYY-MM-DD or YYYY-MM-DD HH:MM:SS format. |
| today | boolean | optional | Whether SuperSaaS should use the current local day as the range. |
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The result offset used for pagination. |
| user | string | optional | A SuperSaaS user name, user ID, or foreign key used to filter bookings. |
| slot | boolean | optional | Whether to include capacity schedule slot information. |
/api/range/{schedule_id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| schedule_id | integer | required | The SuperSaaS schedule ID. |
| from | string | optional | A SuperSaaS date or timestamp in YYYY-MM-DD or YYYY-MM-DD HH:MM:SS format. |
| to | string | optional | A SuperSaaS date or timestamp in YYYY-MM-DD or YYYY-MM-DD HH:MM:SS format. |
| today | boolean | optional | Whether SuperSaaS should use the current local day as the range. |
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The result offset used for pagination. |
| user | string | optional | A SuperSaaS user name, user ID, or foreign key used to filter bookings. |
| slot | boolean | optional | Whether to include capacity schedule slot information. |