RAD Server Push Resource

From RAD Studio
Jump to: navigation, search

Go Up to RAD Server Administrative API


The RAD Server database stores data about the messages sent to the RAD Server Push Notification applications installed in the registered devices.

You can send RAD Server Push Notifications to the registered devices (RAD Server Installations) by using the RAD Server Management Console Application.

Note: Use the TEMSClientAPI component to send push notification messages.

Push Resource Endpoint

Push Resource exposes the following RAD Server Resource Endpoint:

Endpoint Method Name    Resource Suffix     HTTP Request Type    Use

Send

--

HTTP POST

To send a push notification message to a registered device.

Send Endpoint

Sends a push notification message to a registered device.

Use the PushBroadcast, the PushToChannels or the PushToTarget methods to send a push notification message.

See Also