Get Notification

Get Notification

Get a single LCM notification by ID.

Request
URI
GET
https://10.71.204.121:9443/api/v3/notification/{id}
COPY
Path Parameters
integer
id
Required

ID of the notification


Responses
200

Details of LCM notification.

Returns Notification of type(s) */*
{
    "id": "integer",
    "creationDate": "string",
    "title": "string",
    "content": "string",
    "status": "string",
    "type": "string",
    "metadata": {
        "environmentId": "string",
        "productId": "string",
        "taskId": "string",
        "subProperty": [
            "string"
        ]
    }
}
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.

string
type
Optional

The notification type.

metadata
Optional

metadata


401

Unauthorized access

Returns Notification of type(s) */*
{
    "id": "integer",
    "creationDate": "string",
    "title": "string",
    "content": "string",
    "status": "string",
    "type": "string",
    "metadata": {
        "environmentId": "string",
        "productId": "string",
        "taskId": "string",
        "subProperty": [
            "string"
        ]
    }
}
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.

string
type
Optional

The notification type.

metadata
Optional

metadata


404

Requested notification not found

Returns Notification of type(s) */*
{
    "id": "integer",
    "creationDate": "string",
    "title": "string",
    "content": "string",
    "status": "string",
    "type": "string",
    "metadata": {
        "environmentId": "string",
        "productId": "string",
        "taskId": "string",
        "subProperty": [
            "string"
        ]
    }
}
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.

string
type
Optional

The notification type.

metadata
Optional

metadata