Skip to main content
GET
curl
List report templates for the application, one per jurisdiction and report type combination you file regularly.

Authorizations

x-api-key
string
header
required

Path Parameters

organization_id
string<uuid>
required

Organization UUID.

application_id
string<uuid>
required

Application UUID.

Query Parameters

limit
integer
default:50

Page size.

Required range: x >= 1
offset
integer
default:0

Zero-based offset.

Required range: x >= 0

Response

200 - application/json

Paginated templates.

count
integer

Number of matching rows, capped at 100 for performance.

next
string | null
previous
string | null
results
object[]