List scheduled Push Notification messages.
To list scheduled Push Notifications, send a GET request to the associated URL. Result contains only scheduled notifications that hasn’t been already sent.
https://api.appery.io/rest/push/msg
Parameters
The endpoint has the following parameter:
Argument | Description |
---|---|
X-Appery-Push-API-Key | Unique key issued by server that allows push notifications to be sent. Required. |
Error responses
The endpoint might respond with the following error messages:
HTTP Status | Code | Description |
---|---|---|
400 | PNML004 | Push API Key: not found |
404 | PNML056 | Database with id='<db_id>’ is not connected to push application |
Example
curl -X GET
-H "X-Appery-Push-API-Key:2cc37fde-7d34-48ef-a13e-816e9e93ef2d"
-H "Content-Type: application/json"
https://api.appery.io/rest/push/msg