Notifications
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v1/api/notifications HTTP/1.1
Accept: */*
{
"notifications": [
{
"apiVersion": "string",
"kind": "string",
"metadata": {
"additionalInfo": {
"documentation": [
{
"text": "text",
"url": "text"
}
],
"message": "string"
},
"blueprintTags": {
"ANY_ADDITIONAL_PROPERTY": [
"text"
]
},
"dateModified": "text",
"deprecated": true,
"description": "string",
"displayName": "string",
"hash": "text",
"icon": "string",
"id": "string",
"labels": {},
"name": "string",
"resourceDocLink": "string",
"stability": "string",
"version": 1,
"warning": "string"
},
"spec": {
"account": "text",
"hidden": true,
"notificationType": "job",
"organization": "text",
"recommendationId": "text",
"scope": "global",
"severity": "text",
"userId": "text"
},
"status": {
"userStatus": "unread"
}
}
]
}GET /v1/api/notifications/{id} HTTP/1.1
Accept: */*
{
"notification": {
"apiVersion": "string",
"kind": "string",
"metadata": {
"additionalInfo": {
"documentation": [
{
"text": "text",
"url": "text"
}
],
"message": "string"
},
"blueprintTags": {
"ANY_ADDITIONAL_PROPERTY": [
"text"
]
},
"dateModified": "text",
"deprecated": true,
"description": "string",
"displayName": "string",
"hash": "text",
"icon": "string",
"id": "string",
"labels": {},
"name": "string",
"resourceDocLink": "string",
"stability": "string",
"version": 1,
"warning": "string"
},
"spec": {
"account": "text",
"hidden": true,
"notificationType": "job",
"organization": "text",
"recommendationId": "text",
"scope": "global",
"severity": "text",
"userId": "text"
},
"status": {
"userStatus": "unread"
}
}
}