v1

latestOpenAPI 3.0.02026-07-24234471.0 KB
Feedback

List feedbacks

Lists available feedbacks

get/feedback

Query parameters

pageinteger

Page number - used for pagination

limitinteger

Page limit - used to limit the result set to a number of records per page

sortstring

Allows to sort the results by single field

filterstring

Allows filtering results using odata filter syntax

Response

Ok

Example response

{
  "data": [
    {
      "id": 4455,
      "assigneeId": 4455,
      "projectId": 4455,
      "title": "This button doesn't work",
      "dueDate": "2024-02-30",
      "pageUrl": "https://example.com",
      "voteCount": 1234,
      "category": "Bug",
      "Workflow": {
        "id": 4455,
        "name": "In Progress",
        "sort": 1
      },
      "Assignee": {
        "id": 4455,
        "userId": 4455
      },
      "Screenshots": [
        {
          "id": 4455,
          "width": 1920,
          "height": 1080
        }
      ],
      "Session": {
        "colorDepth": 24,
        "dpi": 96,
        "resolutionY": 96,
        "resolutionX": 96,
        "windowHeight": 1080,
        "windowWidth": 1920,
        "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.1234.0 Safari/537.36",
        "uaData": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.1234.0 Safari/537.36"
      },
      "Location": {
        "postal": "90210",
        "subdivision": "California",
        "subdivisionCode": "CA",
        "city": "New York",
        "country": "United States",
        "countryCode": "US",
        "longitude": "-0.1278",
        "latitude": "51.5074"
      }
    }
  ]
}