Advanced query operations
The REST web API supports a number of advanced querying commands:
https://testapi.imis.com/sdkdemo/api/datacontract?PropertyName=Operation:value
- Between, between
- Contains, contains
- EndsWith, endsWith
- Equal, eq,==
- GreaterThan, gt,>
- GreaterThanOrEqual, ge,>=
- In, in
- IsEmpty, isEmpty,empty
- IsFalse, isFalse,false
- IsTrue, isTrue,true
- LessThan, lt,<
- LessThanOrEqual, le,<=
- NotContain, notContain,!contain
- NotEmpty, notEmpty,!empty
- NotEqual, ne,!=
- NotIn,notIn
- StartsWith, startsWith
Updated 8 months ago