Skip to main content
GET
/
api
/
uctovne-vykazy
List financial reports
curl --request GET \
  --url https://www.registeruz.sk/cruz-public/api/uctovne-vykazy
{
  "id": [
    123
  ],
  "existujeDalsieId": true
}

Query Parameters

zmenene-od
string
required

Return IDs changed on or after this date. Accepts YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ.

Example:

"2000-01-01"

pokracovat-za-id
integer

Pagination cursor. Pass the last id from the previous response.

max-zaznamov
integer
default:1000

Maximum number of IDs to return. Default 1000, maximum 10000.

Required range: x <= 10000

Response

List of matching IDs returned successfully.

Paginated list of entity IDs.

id
integer[]

Array of entity IDs. Empty array if no results match.

existujeDalsieId
boolean

When true, more IDs exist. Fetch the next page by passing the last ID in this response as pokracovat-za-id.