Get server notifications

get/cas/messages
Internal-Use Only

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.

Request Samples

1

Response Samples

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}

Query Parameters

NameTypeRequiredDescription
startTime
integer
false

Start of time period in which to find messages. Obtained from a preceeding call to /cas/messages.

Responses

StatusMeaningDescription
200OKOKSchema