Retrieve all sent notifications by targets
GET/notification
Retrieve all sent notifications by targets
Request
Query Parameters
id int64
type string
from int64
to int64
realmId string
userId string
assetId string
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id int64
name string
type stringrequired
target stringrequired
Possible values: [REALM
, USER
, ASSET
, CUSTOM
]
targetId stringrequired
source stringrequired
Possible values: [INTERNAL
, CLIENT
, GLOBAL_RULESET
, REALM_RULESET
, ASSET_RULESET
]
sourceId string
message
object
type string
error string
sentOn date-time
deliveredOn date-time
acknowledgedOn date-time
acknowledgement string
[
{
"id": 0,
"name": "string",
"type": "string",
"target": "REALM",
"targetId": "string",
"source": "INTERNAL",
"sourceId": "string",
"message": {
"type": "string"
},
"error": "string",
"sentOn": "2024-07-29T15:51:28.071Z",
"deliveredOn": "2024-07-29T15:51:28.071Z",
"acknowledgedOn": "2024-07-29T15:51:28.071Z",
"acknowledgement": "string"
}
]
Loading...