ghl_survey_get_submissions
Retrieve survey submissions from GoHighLevel with filters by survey ID, contact, or date range, and paginate results for complete data extraction.
Instructions
Get Surveys Submissions Endpoint: GET /surveys/submissions (Version header: v3; source: v3/surveys-v3.json) OAuth scopes: surveys.readonly Pagination params: page, limit — pass them to page through full result sets.
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 | Yes |