Report Templates​
Endpoints to manage and export report templates
Operations​
GET/api/v2/report/templatesPOST/api/v2/report/templatesGET/api/v2/report/templates/ticket-basic-info-fieldsGET/api/v2/report/templates/{id}DELETE/api/v2/report/templates/{id}PATCH/api/v2/report/templates/{id}POST/api/v2/report/templates/{id}/duplicatePOST/api/v2/report/templates/bulk-deleteGET/api/v2/report/templates/export
Get report templates​
Create a report template​
List Basic Info field keys and default labels for report templates​
GET
/api/v2/report/templates/ticket-basic-info-fields
Returns the same field list as the admin export manager Basic Info picker. When USAT is enabled for the site, USAT-only fields are included at the end.
Authorizations​
bearerAuth
Type
HTTP (bearer)
Responses​
Field list
application/json
{
 Â
}
Get report template by ID​
Delete a report template​
Update a report template​
Duplicate a report template​
Bulk delete report templates​
Export data using selected report template(s)​
GET
/api/v2/report/templates/export
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
emailAddress
Optional email address to notify when the export is ready
Type
string
Example
"admin@example.com"Format
"email"Responses​
Export result
application/json
"string"
