Count virtual aggregate based on time window in API docs
I figured out the solution. This is how to add a virtual aggregate field to get a "This Week" column to only count records from the last 7 days. Add field, type = virtual DB Function =Count_BIG(CASE...
View ArticleAnyway to access user custom data through /system/user/ endpoint?
I have the same question, there's no API endpoint to retrieve profile information from users...
View ArticleFile Manager Can't Extract .ZIP Anymore
I got this response from DF Support: I just wanted to follow up from your chat with herschel and clarify regarding the file manager application.The file manager API still supports unzip on upload....
View ArticleSQL file to create tables in your dashboard
How do you create the tables in your account - SQLite from the SQL files I have. Is there a tool to convert the DDLs to JSON definition which can then be uploaded to create similar table in...
View ArticleCreate table in online sandbox environment
How to do create tables from the .SQL DDL file I have for SQLite table on my local.Its there a tool to generate the JSON for me from the .SQL file
View ArticleCan aliases only be performed at the field level?
Using redirects on the web server isn't an attractive solution.
View ArticleDelphi XE client for Dreamfactory
I've figured out the login and JSON download. If anyone needs it, let me know. Paul
View ArticleSet a service for JSON File
I have a Large JSON file which I want to use the REST API on it.Appreciate any directions. Thanks
View ArticleAPI response to be in XML
Hi, I was looking for API mocking solution and came across dreamfactory. I am done with the installation and its up and running working without any issue. The APIs are currently pre-configured for my...
View ArticleAPI response to be in XML
Hello @amit_btb , To receive an xml, you should use the url parameter or header: Accepthttp://wiki.dreamfactory.com/DreamFactory/API#Response_Format To allow access without authentication, you must...
View ArticleSet a service for JSON File
Hello, You can place the data in this aqruivo in some database like MongoDB or CouchDB? If you can do this, you can take advantage of the API automatically generated by DF. Depending on how your file...
View ArticleAPI response to be in XML
Hi, thanks a lot for your reply. I could do things following the links you shared.
View ArticleError while upgrading 2.1.2 to 2.2.0 on bitnami
I'm trying to update with usual steps. Getting error: bitnami@bitnami-dreamfactory-502e:~/apps/dreamfactory/htdocs$ sudo php composer.phar install --no-devRunning composer as root/super user is highly...
View ArticleAPI response to be in XML
What other Accept parameters will work in the api url? Besides JSON and XML, the only other one I've noticed to work is "accept=text/csv" for csv.
View ArticleSQL Connection to Google Cloud SQL using SSL
DreamFactor does not have settings for secure vs insecure sql connections. What most people have done who have a need for this type of connection is to create a persistent secure tunnel between the...
View ArticleDreamFactory on 1and1 Cloud Server → pain+fail → Success?
Thanks for the instructions! This is helpful for the community.
View ArticleIs DreamFactory HIPAA Compliant?
DreamFactory is not directly HIPPA compliant, but it should be noted that most customers with HIPPA concerns are storing their data in HIPPA compliant databases and not with DreamFactory directly....
View ArticleOAuth services don't work
If you're using the built in login form, try http://my_domain/dreamfactory/dist/index.html?service=facebook as the redirect URL
View ArticleAnyway to access user custom data through /system/user/ endpoint?
You need to retrieve custom data through user/custom.There is not currently any method for retrieving through system/user
View ArticleSQL file to create tables in your dashboard
There is not currently any such tool. If you'd like to see an example of how to construct the json for your tables, check out this file, which is part of the sample app:...
View Article