...
Navigate to: Integrations -> REST
The API is located and documented at:
Swagger API documentation: https://platform.lobaro.com/api
...
<op>
must be one of the following operators:
In Query | Meaning | Valid for <type> |
---|---|---|
eq | = | f |
lte | <= | f |
lt | < | f |
gte | >= | f |
gt | > | f |
like | SQL LIKE operator | f |
ilike | SQL ILIKE operator | f |
contains | array field contains all of the values | fa |
containedby | array field is contained by by the list of values | fa |
overlap | array field and list of values overlap | fa |
If no operator is given the default eq
operator will be used for fields and contains
for arrays.
...