Web Notifer - Web Notifer HTTP API With Websocket Hub (v1)

Download OpenAPI specification:Download

The Web Notifer HTTP API With Websocket Hub.

WebNotifier

/api/v1/WebNotifier/notify

Authorizations:
oauth2
query Parameters
api-version
string
Request Body schema:
messageCorrelationId
string or null
notificationTypeName
string or null
Array of objects or null (ClientContext)
data
string or null
audienceType
string or null
Array of objects or null (Audience)

Responses

Request samples

Content type
{
  • "messageCorrelationId": "string",
  • "notificationTypeName": "string",
  • "clientContexts": [
    ],
  • "data": "string",
  • "audienceType": "string",
  • "audiences": [
    ]
}