List notifications
List notifications
Query Parameters
type string
template string
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
notifications object[]
id string
namespace_id uint64
type string
data object
labels object
property name* string
valid_duration string
template string
create_at date-time
unique_key string
receiver_selectors object[]
receiver_selector object
property name* string
{
"notifications": [
{
"id": "string",
"namespace_id": "string",
"type": "string",
"data": {},
"labels": {},
"valid_duration": "string",
"template": "string",
"create_at": "2024-07-09T13:51:06.064Z",
"unique_key": "string",
"receiver_selectors": [
{
"receiver_selector": {}
}
]
}
]
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...