Get survey submissions
ghl_get_survey_submissionsRetrieve survey submissions for a location, optionally filtered by survey, with date ranges and pagination to analyze feedback.
Instructions
Fetch submissions for a location's surveys, optionally filtered to one survey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| endAt | No | End date YYYY-MM-DD. | |
| limit | No | ||
| startAt | No | Start date YYYY-MM-DD. | |
| surveyId | No | ||
| locationId | No | GHL Location (sub-account) ID. Defaults to GHL_LOCATION_ID. |