List report templates
Templates
List report templates
Returns all financial report templates as a single list.
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
Build a local template lookup
Build a local template lookup
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.
All report templates.