Refiner integration (Marketing, Data). Imported from open-connector.
https://api.refiner.io/v1/account
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. |
| pageCursor | string | optional | Pagination cursor returned by a previous Refiner response. |
| pageLength | integer | optional | Maximum number of records to return per page. |
/contact
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | External user identifier stored in Refiner as id. |
| string | optional | Email address used to identify the Refiner contact. | |
| uuid | string | optional | Refiner UUID. |
/forms
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | optional | Optional form UUID filter. |
| type | string | optional | Form state filter accepted by Refiner. |
| currentPage | integer | optional | Current page number to request. |
| pageLength | integer | optional | Maximum number of records to return per page. |
| showConfig | boolean | optional | Whether to include the full form config in the response. |
| showInfo | boolean | optional | Whether to include form info metadata. |
/segments
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | optional | Optional segment UUID filter. |
| currentPage | integer | optional | Current page number to request. |
| pageLength | integer | optional | Maximum number of records to return per page. |
/responses
| Param | Type | Required | Description |
|---|---|---|---|
| currentPage | integer | optional | Current page number to request. |
| pageCursor | string | optional | Pagination cursor returned by a previous Refiner response. |
| pageLength | integer | optional | Maximum number of records to return per page. |
| status | string | optional | Response status filter accepted by Refiner. |
| formUuid | string | optional | Filter responses by form UUID. |
| contactUuid | string | optional | Filter responses by contact UUID. |
| segmentUuid | string | optional | Filter responses by segment UUID. |
| dateRangeStart | string | optional | Date in YYYY-MM-DD format. |
| dateRangeEnd | string | optional | Date in YYYY-MM-DD format. |
/reporting
| Param | Type | Required | Description |
|---|---|---|---|
| reportType | string | required | Reporting metric family to request from Refiner. |
| questionIdentifiers | array | optional | Question identifiers used to scope the reporting result. |
| formUuids | array | optional | Form UUIDs used to scope the reporting result. |
| segmentUuids | array | optional | Segment UUIDs used to scope the reporting result. |
| tagUuids | array | optional | Tag UUIDs used to scope the reporting result. |
| dateRangeStart | string | optional | Date in YYYY-MM-DD format. |
| dateRangeEnd | string | optional | Date in YYYY-MM-DD format. |