Skip to main content
GET
Fetch AI reply suggestion for feedback results

Authorizations

x-APIKey
string
header
required

The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.

Path Parameters

feedback_result_id
integer
required

ID of the feedback result

index
integer
required

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

Required range: 0 <= x <= 2

Response

OK

id
integer

Unique identifier of the reply suggestion

Example:

1

index
integer

Index of the reply suggestion

Example:

0

content
string

Content of the reply suggestion

Example:

"Thank you for your feedback."

feedback_result_id
integer

Identifier of the feedback result

Example:

123

report
object

Report details if the suggestion was reported (can be null)