v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Feedback Management

Fetch AI reply suggestion for feedback results

<Warning> The Feedback Management API is currently in **BETA**, therefore the following endpoints are subject to modification, given a **2 week notice**.

If you are planning to use any of them, please notify us so we will be able to keep you informed about upcoming changes. </Warning>

Fetch a reply suggestion generated by AI for a specific feedback result.

get/feedback/feedback_result/fetch-suggestion/{feedback_result_id}/{index}

Path parameters

feedback_result_idinteger required

ID of the feedback result

indexinteger required

Index of the reply suggestion (0, 1, or 2)

Response

OK

idinteger

Unique identifier of the reply suggestion

indexinteger

Index of the reply suggestion

contentstring

Content of the reply suggestion

feedback_result_idinteger

Identifier of the feedback result

Example response

{
  "id": 1,
  "content": "Thank you for your feedback.",
  "feedback_result_id": 123,
  "report": {
    "id": 3587,
    "user_id": "xyz123",
    "created_at": "2025-05-12T12:57:21.895170Z"
  }
}