Limit and offset not working in remote sql server service
Anyone with an idea on how to bring down all the records? when I use a limit that is more then 1000, it still limits it to 1000.
View ArticleDatabase API error when query related data and the relationship name is on...
Thanks @drewpearce ill give it a try
View ArticleTransactions for database api
I have doubts whether it would be possible to implement transactions with state less requests. I imagine that a lot of precautions can be applied using "server side filters" and "pre_process events",...
View ArticleDreamfactory 2.0 documentation issues
Hi, I've been checking the documentation for version 2.0 API but it seems it's not yet 100% complete? I'm referring to this link here When clicking on the following: AuthenticationSystem...
View ArticleDreamfactory 2.0 documentation issues
Hello @allensandiego , the doc 2.0 is not all available, but this is being done in the coming weeks. It is worth checking the video with the overview of V2 https://youtu.be/zxL4tae2H1k Perhaps you've...
View ArticleLimit and offset not working in remote sql server service
Hello @glowingembersons , I'm not sure if there's another way to change that, but you can change the default value for the maximum number of records per request. In version 1.9.x look for the...
View ArticleDreamfactory 2.0 documentation issues
thanks @juniorconte for letting everyone know that docs are forthcoming. we're shooting to have the docs wrapped up and in good shape by december 20th.
View Article"Bad request. No token or api key provided" - When connecting to mysql...
pradnesh_raut_cms: ?as_list=true Hello @pradnesh_raut_cms, you made the request from the API docs? if you have not, enter the api_key parameter in the URL or X-DreamFactory-API-Key in the header. Take...
View ArticleServer-side events scripts will work only from API- Docs
The role service levels are set to have access to those scripts. In fact the configuration worked some days ago. I recived every event from any database change. The only change I made was moving my...
View ArticleBest Way To Familiarize With DF
Just to remind that the documentation will be released in dec, 20. =D
View ArticleSend Email with attachments
Well, I don't think that's possible. In 1.9 and 2.0 API Docs it's accept the following params:{ "template": "", "template_id": 0, "to": [ { "name": "", "email": "" } ], "cc": [ { "name": "", "email":...
View ArticleHow to read records from couchdb view
Hello @Kfir_Peled, I also could not use the service couchdb, but did the following. As CouchDB natively exposes an API, I created a service type webservice in my DF. couch-api.jpg752x586 41.4 KB Note:...
View ArticleServer-side events scripts will work only from API- Docs
Found the scripts config in htdocs\config\common.config.php. To me, everything looks correct. I enabled log_events and log_all_events for more informations from the log file. Script.png975x692 16.3 KB...
View ArticleUser getting 403 response when they shouldn't be
This issue is solved when I attached the swagger api key along with a non-admin user request: http://localhost:80/api/v2/exampleService/_table/exampleTable/exampleID?id_field=exampleIDfield headers:...
View ArticleUser getting 403 response when they shouldn't be
Hello @JamesBedont, according to the doc, "API key is required in most REST calls, (except session management and some system calls)" My suggestion is to create a generic App for use in requests that...
View ArticleUser getting 403 response when they shouldn't be
@juniorconte I noticed that in the documentation however I haven't created an app. I created a service. my confusion was two fold: I was sending request that were working fine with an admin session...
View ArticleApi Error Required extension or module 'sqlsrv' is not installed or loaded on...
Downloaded 2.0.1-1 and separately downloaded Microsoft's SQLDRV. Still not working...getting the extension not loading error... It's unclear (without instructions) what do do after downloading the 8+...
View ArticleApi Error Required extension or module 'sqlsrv' is not installed or loaded on...
http://wiki.dreamfactory.com/DreamFactory/Installation#Windows_3
View ArticleApi Error Required extension or module 'sqlsrv' is not installed or loaded on...
OMG, thank you! I just assumed I could use the installer : - ) but this looks like it will be very helpful. Thanks!! -EK (Edit to add more since I can't add further replies as a newbie): Ok, I was...
View Article