Search found 25 matches

Go to advanced search

by Wolfgang Dietersdorfer
Fri Jul 17, 2020 3:26 pm
Forum: Issues
Topic: Can't use "where" condition in REST request retrieving distinct values
Replies: 13
Views: 3268
 
Jump to post

Can't use "where" condition in REST request retrieving distinct values

sort"":""Colour""} This is the reponse I get: {""code"":""DBSW219""

by Wolfgang Dietersdorfer
Thu Jan 30, 2014 9:06 pm
Forum: Issues
Topic: DBUS000 error code on REST call
Replies: 4
Views: 807
 
Jump to post

DBUS000 error code on REST call

Does the error really indicate a cross domain issue? How am I supposed to call the appery REST service from a node.js script? I'm trying with the following code: code var https = require('https'); var util = require("util"); var executeRequest = function(host, path, method, params) { var h...
by Wolfgang Dietersdorfer
Wed Jan 29, 2014 11:19 pm
Forum: Issues
Topic: DBUS000 error code on REST call
Replies: 4
Views: 807
 
Jump to post

DBUS000 error code on REST call

For password retrieval functionality I'm trying to call an appery.io REST service from an external server (node.js) script(currently running on my local machine). GET requests work just fine, issueing POST/PUT requests fail with the following error: {"statusCode":500,"data":{&quo...
by Wolfgang Dietersdorfer
Tue Dec 03, 2013 6:39 am
Forum: Issues
Topic: is there any way to prevent unauthenticated access to the db service?
Replies: 4
Views: 902
 
Jump to post

is there any way to prevent unauthenticated access to the db service?

Hm, so which ACL string do I have to use if I want ALL users(if logged-in/authenticated) to be able access a certain row?

by Wolfgang Dietersdorfer
Mon Dec 02, 2013 10:02 pm
Forum: Issues
Topic: is there any way to prevent unauthenticated access to the db service?
Replies: 4
Views: 902
 
Jump to post

is there any way to prevent unauthenticated access to the db service?

if sessionToken is omitted in REST calls to the database service, all of the data is visible.
Is there any way to restrict access to the db service only to authenticated users - ones with valid "sessionToken"s?

by Wolfgang Dietersdorfer
Wed Sep 18, 2013 11:19 am
Forum: Issues
Topic: Can't use "where" condition in REST request retrieving distinct values
Replies: 13
Views: 3268
 
Jump to post

Can't use "where" condition in REST request retrieving distinct values

hi, i just want a list of records (using a search service) restricted by a "where" parameter - no distinct values. But I can't add multiple values to the where parameter using the approach described by marina - because the "add level" button is missing. I have to change to the &q...
by Wolfgang Dietersdorfer
Tue Sep 17, 2013 9:28 pm
Forum: Issues
Topic: Can't use "where" condition in REST request retrieving distinct values
Replies: 13
Views: 3268
 
Jump to post

Can't use "where" condition in REST request retrieving distinct values

Hi Marina, how would I use this approach to retrieve a collection(rathen than a list of distinct values from a collection)? I can't figure out how to add a level to the "where" parameter using the "get" method. Using the "post" method results in a request to create an e...
by Wolfgang Dietersdorfer
Tue Sep 17, 2013 9:19 pm
Forum: Issues
Topic: REST Service: Item added to request parameters doesn't show up in the request parameters of the "Test" view.
Replies: 13
Views: 2741
 
Jump to post

REST Service: Item added to request parameters doesn't show up in the request parameters of the "Test" view.

strange: i click "+" (add level) on "where" parameter enter "test2" (param name) and "test2" (default value) click "Test" "test2" shows up as "test21" (with the correct value of "test2") i go back to "Request" ...
by Wolfgang Dietersdorfer
Tue Sep 17, 2013 8:56 pm
Forum: Issues
Topic: REST Service: Item added to request parameters doesn't show up in the request parameters of the "Test" view.
Replies: 13
Views: 2741
 
Jump to post

REST Service: Item added to request parameters doesn't show up in the request parameters of the "Test" view.

yes, adding a parameter does not show it in test tab.
No, also other services(e.g. climbinglogDB_RouteLog_query_service)
If you want to, you can try by yourself on one of those services in my app!

Go to advanced search