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

Pisano External API - Feedback - List Feedbacks

List feedbacks

Retrieve a list of feedbacks

GET /external/v1/feedbacks

Authentication

Authentication Method Bearer token

Request

Query Parameters

Parameter Type Required Description Example
flow_id Conditional Flow identifier used to retrieve feedback for a specific survey. <flow_id>
from No Filter feedback created after this Unix timestamp. <unix_timestamp>
to No Filter feedback created before this Unix timestamp. <unix_timestamp>
range string No Named date range such as today, yesterday, this_week, last_week, this_month, last_month, last_7_days, previous_7_days, last_30_days, previous_30_days, or older_than_30_days. last_7_days
time_from No Start time in HHMM style, e.g. 1000 for 10:00. 1000
time_to No End time in HHMM style, e.g. 1330 for 13:30. 1330
page No Page number for paginated retrieval. 1

Headers

Header Required Description Example
Accept application/json
Authorization Yes Bearer authorization token obtained from Pisano. Bearer <token>

Responses

200 List of feedbacks

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}

Additional Information

Rate Limits

Maximum 10 requests within 5 seconds.

Pagination

Maximum 20 feedback records per response; use the page query parameter for additional pages.

Notes