Get Notification
Get a single LCM notification by ID.
ID of the notification
Details of LCM notification.
{
"id": 0,
"creationDate": "string",
"title": "string",
"content": "string",
"status": "string",
"type": "string",
"metadata": {
"environmentId": "string",
"productId": "string",
"taskId": "string",
"subProperty": [
"string"
],
"eventTimestamp": 0
}
}
The notification ID.
The notification creation date.
Title of the notification.
Content of the notification.
The notification status.
The notification type.
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
}
}
The notification ID.
The notification creation date.
Title of the notification.
Content of the notification.
The notification status.
The notification type.
Requested notification not found
{
"id": 0,
"creationDate": "string",
"title": "string",
"content": "string",
"status": "string",
"type": "string",
"metadata": {
"environmentId": "string",
"productId": "string",
"taskId": "string",
"subProperty": [
"string"
],
"eventTimestamp": 0
}
}
The notification ID.
The notification creation date.
Title of the notification.
Content of the notification.
The notification status.
The notification type.