I followed the push notification tutorial and then the get device tutorial
http://docs.appery.io/tutorials/sendi...
this works and the device info I wanted was the channel information which is an array. e.g [1,3,4]
I've set a rest service up to retrieve this info so I can show the user which channels they have subscribed to for push notifications.
The service is returning the data and I can map the frist element of the array 1 but how do I get the rest of the array?