Get Surveys Submissions
n8n-nodes-base.httpRequest
Retrieves submissions for surveys in a location with filtering and pagination options.
Use Cases
View survey responses
Filter submissions
Analyze survey data
Configuration
Node Configuration Summary
Ready-to-use GoHighLevel node configured for get surveys submissions.
Copy and paste directly into your n8n workflow.
Method:
GET
Endpoint:
/surveys/submissions?locationId={{ $json.locationId }}{{ $json.surveyId ? '&surveyId=' + $json.surveyId : '' }}{{ $json.contactId ? '&contactId=' + $json.contactId : '' }}{{ $json.startAt ? '&startAt=' + $json.startAt : '' }}{{ $json.endAt ? '&endAt=' + $json.endAt : '' }}{{ $json.limit ? '&limit=' + $json.limit : '' }}{{ $json.offset ? '&offset=' + $json.offset : '' }}
Nodes:
2
Auth:
GoHighLevel Private Token