A widget is a container that can be used to display customized data coming from integrations at the right-hand sidebar of the ticket or user page.
It contains a list of fields and values that come from integrations.
Widget properties
Widget example object
{
"id": 123,
"context": "ticket",
"created_datetime": "2020-12-01T13:00:00.123456",
"deactivated_datetime": "2020-12-03T13:00:00.123456",
"app_id": "60b9f144096cf92533e0a14d",
"order": 3,
"template": {
"type": "wrapper",
"widgets": [
{
"path": "account_info",
"type": "card",
"title": "Account Info",
"widgets": [
{
"path": "account_id",
"type": "text",
"title": "Account ID"
}
]
}
]
},
"type": "http",
"updated_datetime": "2020-12-02T13:00:00.123456",
"uri": "/api/widgets/123/"
}