Skip to main content
GET
List report templates
Returns every template in the register in a single call, with no filters or pagination. Templates define the row structure of financial report table data and are referenced via idSablony on each financial report.
Templates are never deleted, so this list only ever grows. Fetch it once and cache it.

Common patterns

Since templates are stable and never deleted, a common pattern is to fetch them all upfront and index by id. This way you can resolve row labels for any financial report without making a separate request each time.
Build a local template lookup

Response

200 - application/json

All templates returned successfully.

sablony
object[]

All report templates.