0
HOW DO I BUILD "API CALL URL" for "TWO FILTERS" ?
i would like use two filters with api call
I would like Filter with this parameter " A = 123456 and B = QWERTY "
For one parameter this url work https://api.ninoxdb.de/v1/teams/67mm9vc324bM7x/databases/nk5xt24oixj4/tables/A/records?filters={"A":"123456"}
but for two parameter how do I build the url ?
4 replies
-
So.. this worked for me.. I am using one of the Contact database templates.. Here is my filter parameter
{"fields" : {"Gender":"Male", "First name":"Tim"}}
Here is a snapshot of what it looks like out of SoapUI.
-
And if I just want to get the females..
-
This doesn't work with date columns:
-
notice: I uploaded the wrong screenshots with unblurred token and such . But already changed all login data :)
Content aside
- 3 yrs agoLast active
- 4Replies
- 1349Views