How do i add the WHERE clause to the rest service for listing database entries?
and if i run it manually like this
curl -X POST
-H "X-Appery-Database-Id: 4ffcf6c8e4b0211629c4ad01"
-H "Content-Type: application/json"
-d "{'taskName':'Build an app', 'priority':'High'}"
https://api.appery.io/rest/1/db/colle...
where do i run it? i'm lost.
I can run everything on my server but i prefer the appery cloud, wish GUI had mysql Clauses like the "WHERE" clause.