Skip to main content

List support incidents/tickets

GET 

/company/issues/

Retrieves a paginated list of all incidents registered by the company.
Allows filtering by search term and controlling pagination.

Use Cases:

  • View incident history
  • Search for specific incidents by text
  • Implement frontend pagination

Related Logic: ctrl.get() in routes.js

Request

Responses

Paginated list of incidents. Includes pagination metadata and an array of incidents.