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