Skip to main content
GET
Authorizations
Allows you to get a list optionally filtered by from and to date. Please note that a list would could contain also historic changes so you need to handle the case number and case year to group you result.

Authorizations

x-api-key
string
header
required

Query Parameters

lastItemId
integer<int32>
default:0

Take records after the id

pageSize
integer<int32>
default:100

Page size

filterFrom
string<date-time>

Filter by start timestamp

filterTo
string<date-time>

Filter by end timestamp

Response

200 - application/json

OK

pageSize
integer<int32>
lastItemId
integer<int64>
totalItems
integer<int32>
items
object[] | null