Get Notification

Get Notification

Get a single LCM notification by ID.

Request
URI
GET
https://{api_host}/https://{{host}}:{{port}}/api/v5/notification/{id}
COPY
Path Parameters
integer
id
Required

ID of the notification


Responses
200

Details of LCM notification.

Returns Notification of type(s) */*
{
    "id": 0,
    "creationDate": "string",
    "title": "string",
    "content": "string",
    "status": "string",
    "type": "string",
    "metadata": {
        "environmentId": "string",
        "productId": "string",
        "taskId": "string",
        "subProperty": [
            "string"
        ],
        "eventTimestamp": 0
    }
}
integer As int64 As int64
id
Optional

The notification ID.

string As date-time As date-time
creationDate
Optional

The notification creation date.

string
title
Optional

Title of the notification.

string
content
Optional

Content of the notification.

string
status
Optional

The notification status.

Possible values are : NEW, READ, ARCHIVED,
string
type
Optional

The notification type.

Possible values are : task completion, password expiration, password expiration warning, certificate expiration, certificate expiration warning,
metadata
Optional

Metadata for identification of the notification.


401

Unauthorized access

Returns Notification of type(s) */*
{
    "id": 0,
    "creationDate": "string",
    "title": "string",
    "content": "string",
    "status": "string",
    "type": "string",
    "metadata": {
        "environmentId": "string",
        "productId": "string",
        "taskId": "string",
        "subProperty": [
            "string"
        ],
        "eventTimestamp": 0
    }
}
integer As int64 As int64
id
Optional

The notification ID.

string As date-time As date-time
creationDate
Optional

The notification creation date.

string
title
Optional

Title of the notification.

string
content
Optional

Content of the notification.

string
status
Optional

The notification status.

Possible values are : NEW, READ, ARCHIVED,
string
type
Optional

The notification type.

Possible values are : task completion, password expiration, password expiration warning, certificate expiration, certificate expiration warning,
metadata
Optional

Metadata for identification of the notification.


404

Requested notification not found

Returns Notification of type(s) */*
{
    "id": 0,
    "creationDate": "string",
    "title": "string",
    "content": "string",
    "status": "string",
    "type": "string",
    "metadata": {
        "environmentId": "string",
        "productId": "string",
        "taskId": "string",
        "subProperty": [
            "string"
        ],
        "eventTimestamp": 0
    }
}
integer As int64 As int64
id
Optional

The notification ID.

string As date-time As date-time
creationDate
Optional

The notification creation date.

string
title
Optional

Title of the notification.

string
content
Optional

Content of the notification.

string
status
Optional

The notification status.

Possible values are : NEW, READ, ARCHIVED,
string
type
Optional

The notification type.

Possible values are : task completion, password expiration, password expiration warning, certificate expiration, certificate expiration warning,
metadata
Optional

Metadata for identification of the notification.