Quantcast
Channel: DreamFactory Forum - Latest posts
Browsing all 5028 articles
Browse latest View live
↧

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 Article


Multiple 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 Article


Retrieving user lookups via the user service

Hi @adam_weaveware! Well you can create a post-processing script that returns user lookups

View Article

Customized 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 Article

No 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 Article


No id returned on Insert

Thanks for the info @drewpearce. Do you know which release this is fixed in?

View Article

Limit pagination json return

you can create a procedure but will be better use pagination

View Article

Limit 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 Article


Multiple 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 Article


Retrieving 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 Article

Arrays 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 Article

Retrieving 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 Article

How 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 Article


Remote Service - request body being changed by dreamfactory

dougal: will you help to configure the remote web service post method in dream factory?

View Article

Welcome! 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 Article


Users 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 Article

How 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 Article


User 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 Article

Dev 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 Article

500 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
Browsing all 5028 articles
Browse latest View live