Skip to main content

Get all feedback events.

GET /api/admin/feedback

Get all feedback events.

Request

Responses

feedbackListSchema

Schema
  • Array [
  • id number required

    The unique identifier of the feedback.

  • createdAt date-time required

    The date and time when the feedback was provided.

  • category string required

    The category of the feedback.

  • userType string nullable required

    The type of user providing the feedback.

  • difficultyScore number nullable required

    A score indicating the difficulty experienced by the user.

  • positive string nullable required

    This field is for users to mention what they liked.

  • areasForImprovement string nullable required

    Details aspects of the service or product that could benefit from enhancements or modifications. Aids in pinpointing areas needing attention for improvement.

  • ]
Loading...