Get Notification
Client API to get notification by Id
Org ID
Notification ID
OK
{
"created": "string",
"updated": "string",
"version": 0,
"user_name": "string",
"id": "string",
"status": "string",
"notification_type": "string",
"omnichannels": [
{
"name": "string",
"template_tags_selector": {
"template_tags_selector": [
"string"
]
},
"email_preferences": {
"cc": [
"string"
],
"bcc": [
"string"
],
"operation": "string",
"recipients": [
{
"email": "string",
"locale": "string"
}
]
},
"visual_components": [
"string"
],
"allowed_roles": [
"string"
],
"operation": "string"
}
],
"initiated_by": "string",
"client_id": "string",
"client_created_date": "string",
"callback": {
"callback_uri": "string",
"callback_headers": {
"callback_headers": "string"
}
},
"payload": {
"payload": "string"
},
"org_id": "string",
"deployment": "string",
"provider": "string",
"resource_type": "string",
"resource_id": "string",
"error_message": "string",
"expiry_date": "string",
"parent_id": "string",
"resource_name": "string",
"category": "string",
"name": "string",
"description": "string",
"priority": "string",
"translation_id": "string",
"translated": false,
"created_by": "[email protected]"
}
The creation date of entity.
The update date of entity.
Version of this entity.
user_name
The id of notification.
status
The type of notification.
Channel
initiated_by
The client Id. For example, Operation Service will send Operation Id
Timestamp when the event that triggers the notification was created
callback
External payload of notification.
The org id of the notification.
The deployment type - AWS, Outpost, vSphere, Dimension and CFC
The deployment type - AWS, Outpost, vSphere, Dimension and CFC
The Resource type of the notification.
The Id of resource that generated the notification.
Error message provided by client services.
Timestamp when the notification will expire(valid only for VMCUI channel)
The Id of the parent notification if present.
Human-readable name of the resource.
The category of the notification.
Human-readable short representation of notification type.
Human-readable long representation of notification type.
The priority of notification. Allowed values - Critical, Warning, Information, Error, Success or their translations for the supported locales
translation_id
translated
The username of the person/app who created the notification
Unauthorized
"NotificationResponse Object"
The creation date of entity.
The update date of entity.
Version of this entity.
user_name
The id of notification.
status
The type of notification.
Channel
initiated_by
The client Id. For example, Operation Service will send Operation Id
Timestamp when the event that triggers the notification was created
callback
External payload of notification.
The org id of the notification.
The deployment type - AWS, Outpost, vSphere, Dimension and CFC
The deployment type - AWS, Outpost, vSphere, Dimension and CFC
The Resource type of the notification.
The Id of resource that generated the notification.
Error message provided by client services.
Timestamp when the notification will expire(valid only for VMCUI channel)
The Id of the parent notification if present.
Human-readable name of the resource.
The category of the notification.
Human-readable short representation of notification type.
Human-readable long representation of notification type.
The priority of notification. Allowed values - Critical, Warning, Information, Error, Success or their translations for the supported locales
translation_id
translated
The username of the person/app who created the notification
Forbidden
"NotificationResponse Object"
The creation date of entity.
The update date of entity.
Version of this entity.
user_name
The id of notification.
status
The type of notification.
Channel
initiated_by
The client Id. For example, Operation Service will send Operation Id
Timestamp when the event that triggers the notification was created
callback
External payload of notification.
The org id of the notification.
The deployment type - AWS, Outpost, vSphere, Dimension and CFC
The deployment type - AWS, Outpost, vSphere, Dimension and CFC
The Resource type of the notification.
The Id of resource that generated the notification.
Error message provided by client services.
Timestamp when the notification will expire(valid only for VMCUI channel)
The Id of the parent notification if present.
Human-readable name of the resource.
The category of the notification.
Human-readable short representation of notification type.
Human-readable long representation of notification type.
The priority of notification. Allowed values - Critical, Warning, Information, Error, Success or their translations for the supported locales
translation_id
translated
The username of the person/app who created the notification
Not Found
"ErrorResponse Object"
Message of Error
type
Server Internal Error
"ErrorResponse Object"
Message of Error
type
curl -H 'Authorization: <value>' https://{api_host}/api/notification/{orgId}/notifications/{id}