The type code is NTF.
| typedId | string |
| lastUpdateDate | string <date-time> |
| dueDate | string <date-time> |
| isRead | boolean |
| source | string <= 255 characters |
| title | string <= 255 characters |
| message | string <= 4096 characters |
| version | integer |
| actionLabel | string or null <= 255 characters |
| actionType | string <= 255 characters Possible values: "UNKNOWN" "LINK" "DOWNLOAD" "INFO_MESSAGE" "MESSAGE_LINK" "CTX_LINK" |
| createdBy | integer |
| topic | string <= 255 characters Possible values: "VALIDATION" "CALCULATION" "DATA_DOWNLOAD" "MESSAGE" "GROOVY" "SYSTEM_NOTIFICATION" |
| action | string or null <= 2000 characters |
| recipientID | integer |
| validUntil | string <date-time> <= 255 characters |
| status | string <= 255 characters Possible values: "UNKNOWN" "INFO" "WARNING" "ERROR" "SUCCESS" |
| createDate | string <date-time> |
| lastUpdateBy | integer |
{- "typedId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "dueDate": "2019-08-24T14:15:22Z",
- "isRead": true,
- "source": "string",
- "title": "string",
- "message": "string",
- "version": 0,
- "actionLabel": "string",
- "actionType": "UNKNOWN",
- "createdBy": 0,
- "topic": "VALIDATION",
- "action": "string",
- "recipientID": 0,
- "validUntil": "2019-08-24T14:15:22Z",
- "status": "UNKNOWN",
- "createDate": "2019-08-24T14:15:22Z",
- "lastUpdateBy": 0
}