/api/widgets/{id}/report

REST API endpoint: /api/widgets/{id}/report

/api/widgets/{id}/report

POST

Summary: Return widget results as report in specified file format

Parameters

NameTypeRequiredDescription
idintegerYesA unique integer value identifying this widget.
ftypestringNoone of 'csv', 'xlsx', 'json' (default), but not every query type supports all formats
timezonestringNoTimezone name for query time ranges

Request Body

json
{
  "example": "request body"
}

Responses

200

/api/widgets/{id}/report | LogZilla Documentation