curl --location --request GET '/api/services/app/Notification/GetUserNotifications'
{
"unreadCount": 0,
"totalCount": 0,
"items": [
{
"tenantId": 0,
"userId": 0,
"state": 0,
"notification": {
"tenantId": 0,
"notificationName": "string",
"data": {
"type": "string",
"properties": {
"property1": null,
"property2": null
}
},
"entityType": "string",
"entityTypeName": "string",
"entityId": null,
"severity": 0,
"creationTime": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"targetNotifiers": "string",
"targetNotifiersList": [
"string"
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}