Skip to main content
GET
/
api
/
exceptions
cURL
curl --request GET \
  --url http://localhost/api/exceptions
"<string>"

Query Parameters

page
integer
default:0

Zero-based page index (0..N)

pageSize
integer
default:10

The size of the page to be returned

sort
string

Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

filter
string

A filter that will be applied

query
string

A simple text query that will be applied

Response

OK

  • string
  • object

The response is of type string.

I