WidgetResponse
Response object containing widget status, position, and widget details.
statusint32
Status code of the response.
Example:
1
positionint32
Position of the widget in the list.
Example:
2
widget object
Widget details object.
idstring
Unique identifier of the widget.
Example:
6
namestring
Name of the widget.
Example:
cards
WidgetResponse
{
"status": 1,
"position": 2,
"widget": {
"id": "6",
"name": "cards"
}
}