User Feedback
This API allows you to download logs for user feedback campaigns.
Create an API Key for User Feedback.
Generate the required access token.
Hit the below endpoint to get logs.
The response is a URL through which the logs can be downloaded.
This endpoint fetches user feedback report url
Authorizations
Path parameters
clientAccountIdstring · uuidRequired
surveyIdstring · uuidRequired
Query parameters
from_datestringRequiredExample:
{"value":"1641015429"}
Header parameters
AcceptstringOptionalExample:
{"value":"application/vnd.api+json; version=1.0"}
Responses
200Success
400Error
401Error
500Error
get
GET /clients/{clientAccountId}/openapi/feedback_stack/{surveyId}/export_report?from_date=text HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
No content
Last updated
Was this helpful?