Get server notifications
get/cas/messages
Get a list of server notifications, starting from an optional specific start time, through the current time. Returns the last time checked, which can be used on subsequent calls as the new starting time.
1{2 "description": "CAS Notifications",3 "value": {4 "list": {5 "value": {6 "$ref": "#/components/schemas/CASMessage"7 }8 },9 "timeStamp": 20221115,10 "state": {11 "value": "Running"12 }13 }14}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK | Schema |