fetching push notifications
Hello,
I need some advice to fetch and save sent notifications to my local database.
Actually, I can fetch push notifications using the following command:
curl -X GET \
-H "Content-Type: application/json" \
-H "X-Appery-Database-Id: xxxxxxxxxxxxxxxxxxxxx" \
-H "X-Appery-Session-Token:xxx-xxxx-xxxxx-xxxx-xxx"
https://api.appery.io/rest/1/appconso...
but I'm not able to retrieve notifications by schedule date. Is there a specific parameter to fetch notifications by date?
Thanks
Daniele