surveys_get_surveys_submissions
Retrieve survey submissions from GoHighLevel using filters for contact, date range, survey ID, and pagination. Get submission details to analyze responses.
Instructions
Get Surveys Submissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Filter by contactId, name, email or phone no. | |
| page | No | Page No. By default it will be 1 | |
| endAt | No | Get submission by ending of this date. By default it will be current date(YYYY-MM-DD). | |
| limit | No | Limit Per Page records count. will allow maximum up to 100 and default will be 20 | |
| startAt | No | Get submission by starting of this date. By default it will be same date of last month(YYYY-MM-DD). | |
| surveyId | No | Filter submission by survey id | |
| locationId | No | Defaults to GHL_LOCATION_ID when omitted. |