2. GetRecords
URL: https://company.ivinex.com/API/GetRecords.php
Extra Parameters:
- TabID – ID of the Tab from which to get records (required)
- FilterID – Id of the filter to use which will limit the fields (optional)
- Limit – Max number of records to return (optional)
- Offset – Starting point of records to return (optional)
- LookupText – Set to ‘false’ to return ID’s instead of text (optional)
- Criteria – Extra filtering Criteria (optional)
- This is in the format of:| | ^ | | … 
- The “FieldName” can also be replaced with the “FieldID” if desired.
- Possible values for Operands depend on the Field Type.
- All Types – Equal, NotEqual, Contains, NotContains
- Date Types – After, Before
 
 
- This is in the format of:
- The ^ acts as an “and”, if you need an “or”, create another call.
- Examples:
- Assuming the contact TabID = 1000, This will return a list of all the contacts with a first name of “Craig” and a last name that is NOT “Austin”
Returned: An XML string with the following format
| 1 2 3 4 5 6 7 8 9 |      …List of all fields belonging to that record   …  | 
 
               

