User Get Messages
Gets messages applicable to the current user, i.e. within time range and distribution scope
Request
URI
GET
https://{api_host}/api/v2/message
COPY
Query Parameters
integer
offset
Optional
offset
integer
limit
Optional
limit
boolean
unreadOnly
Optional
unreadOnly
Responses
200
successful operation
Returns ResponseContainerPagedMessage of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"source": "string",
"severity": "string",
"id": "string",
"target": "string",
"content": "string",
"scope": "string",
"startEpochMillis": 0,
"endEpochMillis": 0,
"display": "string",
"title": "string",
"read": false
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}