Skip to main content
Version: 1.3.0

Retrieve all sent notifications by targets

GET 

https://demo.openremote.io/api/master/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 response

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
  • ]

Authorization: oauth2

name: openidtype: oauth2flows: {
  "clientCredentials": {
    "tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
    "refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
    "scopes": {
      "profile": "profile"
    }
  },
  "authorizationCode": {
    "authorizationUrl": "/auth/realms/master/protocol/openid-connect/auth",
    "tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
    "refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
    "scopes": {
      "profile": "profile"
    }
  }
}
curl -L 'https://demo.openremote.io/api/master/notification' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://demo.openremote.io/api/master
Auth
Parameters
— query
— query
— query
— query
— query
— query
— query
— header
— header
— header
ResponseClear

Click the Send API Request button above and see the response here!