Mark Wong
Posts: 0
Joined: Sat Feb 14, 2015 7:47 am

Is there anyway to use a pointer in Devices Collection?

I was trying to use a pointer_users in the device collection and named the column "user".
However, when I use a GET service from the URL: https://api.appery.io/rest/push/reg/{... and parameters: {"include": "user"} & {"deviceID":"..."}
It wasn't extend which what I was expected.
code
{
"id":"...",
"token":"...",
"deviceID":"051271717439081;84a2f6dfc88d4bfa",
"timeZone":"GMT+05:00",
"type":"A",
"createdAt":"2015-04-07 13:23:39.961",
"updatedAt":"2015-04-09 10:28:23.147",
"user":{
"collName":"users",
"_id":"..."
}
}/code

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Is there anyway to use a pointer in Devices Collection?

Hello Mark,

It is not available.

Return to “Issues”