Download OpenAPI specification:Download
The Web Notifer HTTP API With Websocket Hub.
| api-version | string |
| 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) |
{- "messageCorrelationId": "string",
- "notificationTypeName": "string",
- "clientContexts": [
- {
- "name": "string",
- "value": "string"
}
], - "data": "string",
- "audienceType": "string",
- "audiences": [
- {
- "name": "string",
- "userId": "string",
- "email": "string",
- "phoneNo": "string"
}
]
}