Report Templates API

This page will help you get started with Report Templates.

The Report Templates API gives you access to manage your organization's report templates programmatically.

Properties

PropertyTypeRequiredReadonlyDescription
namestringyesnoThe name of the report templates.
descriptionstringnonoThe description of the report template.
bodystringyesnoThe body of the report template.
headerstringyesnoThe header of the report template.
footerstringyesnoThe footer of the report template.
stylesstringyesnoThe styles of the report template.
scriptstringyesnoThe script of the report template.
configstringnonoThe config of the report template.
statusstringyesnoThe status of the report template. Valid values are active and inactive.
typestringyesnoThe type of the report template. Valid values are advanced and basic.
idstringnoyesThe id of the webhook.
created_bystringnoyesThe user who created the report template.
created_by_idstringnoyesThe user_id of the user who created the report template.
updated_bystringnoyesThe user who last updated the report template.
updated_by_idstringnoyesThe user_id of the user who last updated the report template.
created_atstringnoyesTimestamp when the report template was created.
updated_atstringnoyesTimestamp when the report template was last updated.

Validations

The following properties must be included in order to create/update a report template object in our system. Any validation errors will return a 422 and an object with a list of validation errors.

Required Properties

PropertyTypeDescriptionExample
namestringThe name of the report template."Fire Hydrant Report"
statusstringThe status of the report template."active"
typestringThe type of the report template."advanced"