Search found 27 matches

Go to advanced search

by Andrew Walker
Mon Dec 09, 2013 8:43 pm
Forum: Issues
Topic: Push Notifications based on a query.
Replies: 5
Views: 543
 
Jump to post

Push Notifications based on a query.

Do I take it then, the data, regarding the device is taken and added automatically ? That link tells me what it is, but not how to get it ?

by Andrew Walker
Mon Dec 09, 2013 7:54 pm
Forum: Issues
Topic: Push Notifications based on a query.
Replies: 5
Views: 543
 
Jump to post

Push Notifications based on a query.

I never noticed the Devices database. Is there a link to where I learn how to get this information ?

by Andrew Walker
Mon Dec 09, 2013 5:37 pm
Forum: Issues
Topic: Push Notifications based on a query.
Replies: 5
Views: 543
 
Jump to post

Push Notifications based on a query.

Push Notifications based on a query. My app works based on postal code(zip code).When a new entry is made into the database that corresponds with the users postal code, I want it to push a notification. So I do not want the notification to go to everyone all the time, just some members with that cor...
by Andrew Walker
Sun Dec 08, 2013 10:20 pm
Forum: Issues
Topic: Using ?WHERE= in URL database call
Replies: 33
Views: 3776
 
Jump to post

Using ?WHERE= in URL database call

Thank you, works a treat :)

by Andrew Walker
Sun Dec 08, 2013 9:36 pm
Forum: Issues
Topic: Using ?WHERE= in URL database call
Replies: 33
Views: 3776
 
Jump to post

Using ?WHERE= in URL database call

This works great as manual, but if "name2" was a variable, it does not show the var value, just another error?

by Andrew Walker
Sun Dec 08, 2013 7:15 pm
Forum: Issues
Topic: Using ?WHERE= in URL database call
Replies: 33
Views: 3776
 
Jump to post

Using ?WHERE= in URL database call

Okay, I have changed my URL to this: codehttps://api.appery.io/rest/1/db/collections/source/where={"source_name" : "testCouncil"}/code And now I get this error, which means much more to me Load error:...
by Andrew Walker
Sun Dec 08, 2013 7:03 pm
Forum: Issues
Topic: Using ?WHERE= in URL database call
Replies: 33
Views: 3776
 
Jump to post

Using ?WHERE= in URL database call

Either the syntax is incorrect in the URL, or I am doing something incorrect in the decoding of the JSON. codeurl: 'https://api.appery.io/rest/1/db/collections/source?where={source_name="'+s_name+'"}'/code From your do...
by Andrew Walker
Sun Dec 08, 2013 6:47 pm
Forum: Issues
Topic: Using ?WHERE= in URL database call
Replies: 33
Views: 3776
 
Jump to post

Using ?WHERE= in URL database call

Simple calls work fine, I can bring Collections over and work with them. The problem is when I put the WHERE= .....

This is where I get the error 400 HTTP invalid. So the statement must be wrong, so i am looking for the correct syntax ?

by Andrew Walker
Sun Dec 08, 2013 4:18 pm
Forum: Issues
Topic: Using ?WHERE= in URL database call
Replies: 33
Views: 3776
 
Jump to post

Using ?WHERE= in URL database call

Okay, thank you, thought you had forgotten about me :)

by Andrew Walker
Sun Dec 08, 2013 4:06 pm
Forum: Issues
Topic: Using ?WHERE= in URL database call
Replies: 33
Views: 3776
 
Jump to post

Using ?WHERE= in URL database call

I have tried many ways of doing it, but still get the 'Invalid HTTP 400' error :( code $.ajax({ beforeSend: function(xhr) { xhr.setRequestHeader("X-Appery-Database-Id", "529e2609e4b04c118d013b9d"); xhr.setRequestHeader("Content-Type", "appli...

Go to advanced search