Retrieves all notifications. A filter can be applied.
See the App Notifications article for more details.
OK
{- "endRow": 300,
- "oldValues": null,
- "operationType": "fetch",
- "startRow": 0,
- "textMatchStyle": "exact",
- "data": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "topic",
- "operator": "equals",
- "value": "GROOVY"
}
]
}
}
{- "response": {
- "node": "pricefx-cluster-app-frontend-f75d74cdc-pg5qh",
- "startRow": 0,
- "data": [
- {
- "version": 1,
- "typedId": "937.NTF",
- "title": "test",
- "message": "message of the Notification.",
- "source": "2147493512",
- "topic": "GROOVY",
- "status": "WARNING",
- "actionType": "INFO_MESSAGE",
- "actionLabel": null,
- "action": null,
- "recipientID": 2147490696,
- "dueDate": "2023-02-26T10:02:00",
- "validUntil": "2023-01-30T10:02:00",
- "createDate": "2023-01-27T10:02:59",
- "createdBy": 2147490696,
- "lastUpdateDate": "2023-01-27T10:03:15",
- "lastUpdateBy": 2147490696,
- "isRead": true
}, - {
- "version": 1,
- "typedId": "936.NTF",
- "title": "test",
- "message": "message of the Notification.",
- "source": "2147493512",
- "topic": "GROOVY",
- "status": "WARNING",
- "actionType": "INFO_MESSAGE",
- "actionLabel": null,
- "action": null,
- "recipientID": 2147490696,
- "dueDate": "2023-02-26T10:02:00",
- "validUntil": "2023-01-30T10:02:00",
- "createDate": "2023-01-27T10:02:59",
- "createdBy": 2147490696,
- "lastUpdateDate": "2023-01-27T14:11:11",
- "lastUpdateBy": 2147490696,
- "isRead": true
}
], - "endRow": 300,
- "totalRows": 2,
- "status": 0
}
}