Dirk Gissing
Posts: 0
Joined: Sat Oct 12, 2013 4:18 pm

pushnotification REST api device filter not working

Hello,

I have the following code:

code
{
"payload":{"badge":"","message":"'.$msg.'"},
"filter":{"deviceID":"'.$cust_id.'""},
"status":"sent"
}
/code

This code doesn't seem to work when I perform a cURL request. When I remove the seconde line "filter:...." it works. But I want to be able to send to specific devices. I've followed the documentation and I couldn't find a mistake in my code.

Please advice.
Thank you!

Return to “Issues”