Fairing integration (Marketing, Data). Imported from open-connector.
https://app.fairing.co/api/responses
| Param | Type | Required | Description |
|---|---|---|---|
| starting_after | string | optional | Response ID cursor used to fetch the page after this response in the active sor… |
| ending_before | string | optional | Response ID cursor used to fetch the page before this response in the active so… |
| inserted_at_min | string | optional | Return responses inserted at or after this UTC timestamp. |
| inserted_at_max | string | optional | Return responses inserted at or before this UTC timestamp. |
| updated_at_min | string | optional | Return responses last updated at or after this UTC timestamp. |
| updated_at_max | string | optional | Return responses last updated at or before this UTC timestamp. |
| sort | string | optional | The Fairing response ordering direction. |
| limit | integer | optional | The number of responses to fetch per request. Fairing allows up to 1000. |
| question_id | integer | optional | Only return responses for this Fairing question ID. |