/api/widgets

REST API endpoint: /api/widgets

/api/widgets

GET

Summary: List all widgets

    List is always filtered by owner, unless you have         permission for managing widgets AND set "show_all"         parameter - then you'll see all widgets.
    

Parameters

NameTypeRequiredDescription
titlestringNo
orderingstringNoWhich field to use when ordering the results.
pageintegerNoA page number within the paginated result set.
page_sizeintegerNoNumber of results to return per page.
show_allbooleanNoDo not filter objects owned by current user
exportbooleanNoReturn exportable fields only

Responses

200

/api/widgets | LogZilla Documentation