/api/reports-templates

REST API endpoint: /api/reports-templates

/api/reports-templates

GET

Summary: List report templates

Parameters

NameTypeRequiredDescription
namestringNoFilter by name.
ownerarrayNoMultiple values may be separated by commas.
orderingstringNoWhich field to use when ordering the results.
pageintegerNoA page number within the paginated result set.
page_sizeintegerNoNumber of results to return per page.

Responses

200

POST

Summary: Create new report template

Request Body

json
{
  "example": "request body"
}

Responses

201

/api/reports-templates | LogZilla Documentation