Connect DreamFactory to Drupal using WSDATA module?
Hello fellow forum users, I have a Drupal 7 installation I wish to connect with DreamFactory for API services. I have been able to successfully GET and parse other APIs using WSDATA module but not...
View ArticleDreamFactory Weekly Demo
Starting every Wednesday, a weekly demo on Getting Started with DreamFactory sign up here!
View ArticleAggregation (count) for relationships
Hi, I need to get a list from one table and for all entries a count of the related entries of another table.Lets say I have a list of plans and each plan has maybe 1000 likes from users. I want to...
View Article"filter" option in POST payload is not working with http verb tunnelling
Hello all, I' m trying http verb tunneling for applying filters for a GET request. BUT it's not working. I have tried various combinations but it is not working as per docs.In API docs, too it is not...
View Article"filter" option in POST payload is not working with http verb tunnelling
This is not working in server-side V8 scripting too. "filter" option in POST payload is not being identified by DSP. Is this a bug or something missing?
View ArticleOpenShift v3 Docker Installation Error
Via OpenShift Online, I try to install the Docker image: dreamfactorysoftware/df-docker I get the warning: Image dreamfactorysoftware/df-docker runs as the root user which might not be permitted by...
View ArticleServer-side script appears to be mangling data in 'patch' api call
I am attempting to use a server-side script (tried in both PHP and v8js) to call another REST API (through DreamFactory) to update a record in a MongoDB database, but it keeps coming up with an error...
View ArticleDreamfactory script error 403
In the Access tab for the desired user (in Roles tab), check that user/register has 'SCRIPT' checked as a 'Requester' (4th column, the default is just API); not sure if this is your problem, but it is...
View ArticleGet user ID when user register
Hi,I've been struggling for getting User ID after user successfully register. I have tried using $platform['session']['user']['id'] but it always come back null (or 0). Is there any way we can get...
View Article"filter" option in POST payload is not working with http verb tunnelling
I'm seeing the same behavior. Maybe a bug? I'll check with the team.
View Article"filter" option in POST payload is not working with http verb tunnelling
I filed this issue with the team. Reference id DF-982
View ArticleDreamFactory Weekly Demo
This topic is now a banner. It will appear at the top of every page until it is dismissed by the user.
View Article"filter" option in POST payload is not working with http verb tunnelling
Hi drewpearce, Thanks for your response. Also, it is to be noted that below options are also not working, when specified in POST payload, with same headers as specified above. POST...
View Article"filter" option in POST payload is not working with http verb tunnelling
right. I tested ids,fields,limit,include_schema,include_count,order. Order works =)
View ArticleHTTP verb tunnelling is not working with internal URL in server-side V8...
Hello all In server side V8 scripting (while creating a api service with custom scripting), when using http verb tunnelling, POST http://localhost:8080/api/v2/system/userieurl =...
View ArticleMultiple user-to-app-to-role assignment
I just realized what's happening here. The user resource for "user_to_app_to_role" also has an ID. You're not including it in your payload. So DreamFactory thinks you're trying to create a new role...
View ArticleMissing Role after User Login
@tunde This still works and the role name is returned properly. The role is only determined if the API key is also sent along with the user credentials, so make sure that your API key header is sent...
View ArticleThird-party file storage
Hi all, Just wanted to throw this question out there to see if anyone in the community has accomplished something similar. Currently our organisation is using DreamFactory Silver with Microsoft Active...
View ArticleHTTP verb tunnelling is not working with internal URL in server-side V8...
As per this post, it seems it is a known issue/feature. Can someone confirm this? Thanks
View Article