Authorizations
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
ID of the feedback result
Index of the reply suggestion (0, 1, or 2)
Required range:
0 <= x <= 2
Response
OK
Unique identifier of the reply suggestion
Example:
1
Index of the reply suggestion
Example:
0
Content of the reply suggestion
Example:
"Thank you for your feedback."
Identifier of the feedback result
Example:
123
Report details if the suggestion was reported (can be null)