Parameter |
Label |
Required |
Options |
Description |
TableName |
TableName |
NO |
|
Read data from specified module (Json Format API)
|
Format |
Format |
NO |
|
Response format
|
PageSize |
PageSize (Keep blank for default) |
NO |
|
Number which indicates max rows per response. Keep it blank to use API default vlaue. Read your API documentation to findout default value.
|
SearchCriteria |
Search Criteria |
NO |
Option |
Value |
None |
|
Equal Serach |
SomeColumn eq 'SomeValue' |
Sub String Serach |
substringof(SomeField,'abc') |
Starts With |
startswith(SomeField, 'abc') |
Value Greater Than |
filter=mynumericfield gt 1234 |
|
Data filter (e.g. somecolumn -eq 'somevalue' ) [API Help..]
|