Submit Ticket Feedback
Submit a user’s feedback (CSAT) on a ticket. Defaults to the ticket’s requester; pass user_id to submit for another user. Answers the ticket’s pending feedback request for that user when one exists, otherwise records new feedback. The response variant (thumbs or detailed) must match the team’s configured feedback question format. Submitting again after the user has already answered replaces their rating; an omitted text_feedback keeps the existing comment.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the ticket the feedback is about.
Body
- SubmitTicketFeedbackRequest
- SubmitTicketFeedbackRequest
The user giving the feedback. Defaults to the ticket's requester. If the ticket has a pending feedback request for this user it is answered; if the user already answered, the latest submission replaces their rating (an omitted text_feedback keeps the existing comment); otherwise a feedback record is created and answered in one step.
Response
Success
- data
- data

