Get Notification List
You can use this operation to get a list of LCM notifications. The list might contain all available notifications, a subset defined by the page size or a subset matching the specified filter.
Number of notifications to be returned. Default: 20
The page index. Default: 1
If filterValue is also specified, list of notification keys to use for filtering
If filterKey is also specified, list of notifications values to use for filtering
The key of the notifications to sort by
Sort the result ascending. If not defined, resulting notifications will be in chronological order, otherwise alphabetically sorted ascending (true) or descending (false).
List of LCM notifications.
[
{
"id": 0,
"creationDate": "string",
"title": "string",
"content": "string",
"status": "string",
"type": "string",
"metadata": {
"environmentId": "string",
"productId": "string",
"taskId": "string",
"subProperty": [
"string"
],
"eventTimestamp": 0
}
}
]
Unauthorized access
[
{
"id": 0,
"creationDate": "string",
"title": "string",
"content": "string",
"status": "string",
"type": "string",
"metadata": {
"environmentId": "string",
"productId": "string",
"taskId": "string",
"subProperty": [
"string"
],
"eventTimestamp": 0
}
}
]