Create Widget

This endpoint allows platform administrators to create a new widget. The request body should include the necessary widget details as specified in the PostWidgetDto. The endpoint is secured and requires the user to be a platform admin. [scope: Widgets, claim: Create]

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The name of the widget.

string
required

The title of the widget as displayed in the site portal.

string
enum
required

The type of the widget.

number
required

The column size of the widget, specifying its width.

number
required

The row size of the widget, specifying its height.

string
enum
required

The container type of the widget, such as Dashboard, Health Summary, or Standard.

Allowed:
string
required

The path to the widget resource.

widgetSettings
object
required

Settings specific to the widget.

widgetTags
array of strings
required

A list of tags associated with the widget.

widgetTags*
Response
200

The widget has been successfully created.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!