GET
/
datasets
/
lists
/
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
default:
0

Take records after the id

pageSize
integer
default:
100

Page size

filterFrom
string

Filter by start timestamp

filterTo
string

Filter by end timestamp

Response

200 - application/json
OK
pageSize
integer
lastItemId
integer
totalItems
integer
items
object[] | null