Skip to content
English
  • There are no suggestions because the search field is empty.

Pisano External API - Feedback - Get Feedback

Get a feedback

Retrieve a specific feedback by ID

GET /external/v1/feedbacks/{id}

Request

Path Parameters

Parameter Type Required Description Example
id string Yes Feedback ID id

Headers

Header Required Description Example
Accept application/json

Responses

200 Feedback details

Response Fields

Field Type Required Description Example
id b1917993-0fea-4b23-8442-a64430ae38a9

Response Example

JSON Response Example
{

"id": "b1917993-0fea-4b23-8442-a64430ae38a9"
}
401 Error: Unauthorized

Error: Unauthorized

Error Code
13001
Error Message
Wrong authentication token
{"error_message":"Wrong authentication token","data":"Wrong authentication token","code":13001,"errors":null}
404 Feedback not found

Feedback not found

Error Code
0
Error Message
string
{"error_message":"string","data":"string","code":0,"errors":{}}