widget-types
GET /api/widget-types
Summary: List widget types
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: PaginatedWidgetTypeInfoList
GET /api/widget-types/{id}
Summary: Get details for specified widget type
Parameters
In | Name | Type | Required | Description |
---|---|---|---|---|
path | id |
string | yes |
Responses
-
200 —
-
Media type:
application/json
Type: WidgetTypeInfo