Skip to main content
GET
Get Template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

template_id
string
required

Response

Successful Response

created_at
string<date-time>
required
modified_at
string<date-time> | null
required
id
string
required
name
string
required

User-facing display name for this table template.

entity_type
string
required

Which data list to iterate, e.g. 'overdue_invoices', 'open_invoices'.

columns
object[]
required

Ordered array of {key, header} dicts defining the table columns.

include_totals
boolean
required

Whether to append a totals row summing amount/balance columns.

object
string
required
read-only

String representing the object's type. Objects of the same type share the same value.