User Feedback

This API allows you to download logs for user feedback campaigns.

The User Feedback API helps you to download logs for User Feedback campaigns running on the numbers where this feature has been enabled.

  1. Create an API Key for User Feedback.

  2. Generate the required access token.

  3. Hit the below endpoint to get logs.

  4. The response is a URL through which the logs can be downloaded.

User Feedback

get

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
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?