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 [ 
- ] 
idint64
namestring
typestringrequired
targetstringrequired
Possible values: [REALM, USER, ASSET, CUSTOM]
targetIdstringrequired
sourcestringrequired
Possible values: [INTERNAL, CLIENT, GLOBAL_RULESET, REALM_RULESET, ASSET_RULESET]
sourceIdstring
message
object
typestring
errorstring
sentOndate-time
deliveredOndate-time
acknowledgedOndate-time
acknowledgementstring
[
  {
    "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"
  }
]