widget-presets
GET /api/widget-presets
Summary: List widget presets
Parameters
In | Name | Type | Required | Description |
---|---|---|---|---|
query | ordering |
string | no | Which field to use when ordering the results. |
query | page |
integer | no | A page number within the paginated result set. |
query | page_size |
integer | no | Number of results to return per page. |
Responses
-
200 —
-
Media type:
application/json
Type: PaginatedWidgetPresetList
GET /api/widget-presets/{id}
Summary: Get details for specified widget preset
Parameters
In | Name | Type | Required | Description |
---|---|---|---|---|
path | id |
string | yes |
Responses
-
200 —
-
Media type:
application/json
Type: WidgetPreset