Scope requirements
Scope requirements
Retrieve survey responses
To view details about your survey responses, you can retrieve data in bulk for multiple surveys, or for an individual survey. For example, you can use the API to see all survey responses for a specific NPS survey. To retrieve submissions, make aGET request to /crm/v3/objects/feedback_submissions/{feedbackSubmissionId}. By default, the following properties are returned for each submission: hs_createdate, hs_lastmodifieddate, and hs_object_id, but you also can retrieve additional properties.
For example, to retrieve survey submissions with the source and sentiment of the submissions, your request URL would look like: https://api.hubspot.com/crm/v3/objects/feedback_submissions?properties=hs_sentiment,hs_survey_channel.