Get users by role
This could help. GET /api/v2/system/role?related=user_to_app_to_role_by_role_id It returns the user id and app id. { "id": 1, "name": "testrole1", "description": null, "is_active": true,...
View ArticlePOSTing deep structures
Hi Drew, That is a great idea actually, however it doesn't seem to allow me to do it. The Pathway has a belongs_to relationship with Qualification which makes the qualification_id field mandatory. So...
View ArticlePOSTing deep structures
Yeah, I was afraid of that. Seems like stored procedure is definitely the way to go then.
View ArticleCan't select any Oracle table
When I click on "Manage" the Service is in the list.. So I guess it was created successfully. Like I already said , the oci8 module in PHP is correctly installed. [PHP...
View ArticleSwagger API for limited user
This feature comes out in the sprint ending this week (version 2.0.5).
View ArticleCan't select any Oracle table
@mhautman which installation method did you use, the Bitnami installer or GitHub? Are you on Windows, Linux or OSx? Is there anything being logged to: {install directory}/storage/logs/dreamfactory.log ?
View ArticleProblems to refresh a forever session token
Hi! I'm trying to make a forever session to work, but after I send a PUT request to /user/session I get a new token. This is what I'm doing (always using the embedded test_rest.html client): POST to...
View ArticleEnduser Authentication - Restriction to sql Data
You'll have to use Server Side Filters to have Record Level Access control. When creating your database schema, create one field with type user_id. This will be used to identify the owner of that...
View ArticleContent in response can not be resolved to acceptable content type
Thank you. You were right! Daniel
View ArticleHow to use MySQL now() and CONVERT_TZ() functions in queries
body:{ "ReMovil": "1333016117", "ReDateTime": "2016-06-02 05:02:07", "ReServerDateTime": { "expression": "now()" }, "ReVelocidad": "0"} Thanks kimpatro works fine
View ArticleCan't select any Oracle table
I used the Bitnami installer on Linux. There are events being logged but I'm not seeing any error in the logs.
View ArticleCan't read swagger JSON from http://127.0.0.1:8080/api/v2/api_docs
@mattschaer - Before I had restarted everything, I did clear my safari cache. That alone did not solve the problem. When I restarted dreamfactory a few hours later, it did work. I assume it was the...
View ArticleService Type list missing after update to 2.04/ admin 2.06
Hi I have updated from 2.0.1 to 2.0.4 , the list of my services are ok, but if i go to create new service , the dropdown list of service types does not appear. How do i fix it ? ThanksTony [Wed Jan 27...
View ArticleService Type list missing after update to 2.04/ admin 2.06
Hi @tony_gilpin, Its seems that the database was not updated correctly.You followed this guide? http://wiki.dreamfactory.com/DreamFactory/Installation#Upgrade Try again, start at the the line $...
View ArticleThere is no valid session
I have the same issue: "There is no valid session"my system:Database Version: 1.9.0DreamFactory Services Platform Version: 1.9.4Admin Application Version: 1.0.12 POST /user/session { "email":...
View ArticleUpdate field using PreProcess scripts
Any date, for this issue ? I have the same with php script
View ArticleCannot setup smtp service
I am trying to setup a 2.0 system, and I cannot configure an SMTP service (using sendgrid). Everytime I fill out the configuration and try to save, it does not save the configuration, and thus email...
View ArticleDreamfactory 2.0.3 / admin application version 2.0.6 gmail error
Dear drewpearce. Has this been patched with 2.0.4.2?
View Article