ENA Feedback
API ReferenceEndpointsFeedback

List feedback tickets

Last updated on

GET
/feedback

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

from?string
to?string
location_id?string
status?string
page?integer
per_page?integer

Response Body

application/json

curl -X GET "https://example.com/feedback"
{
  "data": [
    {
      "id": "string",
      "location_id": "string",
      "category": "string",
      "description": "string",
      "status": "string",
      "created_at": "2019-08-24T14:15:22Z"
    }
  ],
  "meta": {
    "total": 0,
    "page": 0,
    "per_page": 0,
    "pages": 0
  }
}