Limit pagination json return
Hello, using dreamfactory with mysql. When I make the request http://api-u16.cloudapp.net/api/v2/nova207/_table/clients My return json is limited to 1000 records. How to increase this return to 1500...
View ArticleMultiple user-to-app-to-role assignment
I'm not aware of any known issues around this, but I'll be happy to check it out. Can you provide a sample payload?
View ArticleRetrieving user lookups via the user service
Hi @adam_weaveware! Well you can create a post-processing script that returns user lookups
View ArticleCustomized password reset screen
We have a repo for users to post example scripts, but not one for something like this. Let me talk to the team and see if this is something they might want to set up.
View ArticleNo id returned on Insert
There is a known issue that generates this response IF the id of the record is generated using a function (such a NEWID().)If this is issue is present just generally (i.e. you manually create the...
View ArticleNo id returned on Insert
Thanks for the info @drewpearce. Do you know which release this is fixed in?
View ArticleLimit pagination json return
you can create a procedure but will be better use pagination
View ArticleLimit pagination json return
I already created procedure. I've also created a view. But it looks like it's a limitation on dreamfactory's return. Example: http://api-u16.cloudapp.net/api/v2/nova207/_table/clientes?limit=1500...
View ArticleMultiple user-to-app-to-role assignment
Hi Drew, sure thing. In this example I have an existing user which already has role id 2 for an app with id 4. I'm PATCHing the following JSON to system/user/: { "id": 13, "first_name": "adam",...
View ArticleRetrieving user lookups via the user service
HI @paulo.hgf1408, thanks for the response. We did put a custom script in as a workaround - it just makes the appropriate GET call to /system/user?related=user_lookup_by_user_id and takes the user ID...
View ArticleArrays converted to objects upon filtering by ID
When I call `api/v2/mongodb/_table/post` I am returning a few arrays under the response;eg: "comments": 42, "tags": [ "in", "enim", "cillum", "occaecat", "ea", "aute", "quis" ] but when I add a filter...
View ArticleRetrieving user lookups via the user service
So, we created a script that decorates user lookups onto the user session. Here it is: platform.api.get('user/session', {}, function(sessionBody) { var session = JSON.parse(sessionBody);...
View ArticleHow do i configure the existing WCF REST API (Post Method ) in dream factory?
I want to configure the existing the WCF REST Post method in dream factory. so that dream factory will act as a mediator to avoid hit the service directly from client system to server.
View ArticleRemote Service - request body being changed by dreamfactory
dougal: will you help to configure the remote web service post method in dream factory?
View ArticleWelcome! Please Introduce Yourself
Hey everyone! I'm a dev from Arizona. Been fiddling with DF for the last week or so. I love it, still not sure of a few things so I'll scour the forums and ask for tips and leave tips when I start...
View ArticleUsers created in an external mysql database
Anyone else have any ideas on how to work with an external user db and still allow for those users to be tied with dreamfactory roles, etc? I'd really really, like to use my own user db with...
View ArticleHow do i configure the existing WCF REST API (Post Method ) in dream factory?
After spending n of hrs, i configured the WCF Rest Post method in dream factory. Spend time on swagger definitions and UI
View ArticleUser role retrieval from /user/session
login: function(email, password, callback) { //alert("In login function"); $.ajax({ dataType: 'json', contentType: 'application/json; charset=utf-8', url: INSTANCE_URL + '/api/v2/user/session', data:...
View ArticleDev Release Notes - November 2016
API improvements Return nested data from a database when the accept header is XML. Support POST to SQL Server when an expression is a primary key field. Add Linux ODBC driver for SQL Server. Add...
View Article500 Error /api/v2/system/environment
I know this a old but I ran into this error when using Nginx Make sure you edit your nginx.conf snginx.conf files according tohttp://wiki.dreamfactory.com/DreamFactory/Installation/Linux/Apt server {...
View Article