RecipesAPI Reference
Log In
API Reference

List All Question-Feedback-Entries

Retrieve a list of questions with feedback entries for a specific tenant.

Parameters:

  • tenant_id: Identifier for the tenant.
  • question_service: Service to fetch questions.
  • start_date: Start of the time range in UNIX timestamp. (epoch format)
  • end_date: End of the time range in UNIX timestamp. (epoch format)
  • user_id: Identifier for the user to fetch
  • limit: Number of results to retrieve (max: 1000).
  • offset: Pagination offset.

Returns:

  • A list of questions matching the criteria.
Language
URL
Click Try It! to start a request and see the response here!