List Contacts
Query
Specify the field name by which the results are ordered. Defaults to unspecified.
Specify ascending order or descending. Specify true or false. Defaults to true.
Specify the uniqueId of a known record, a string field name, EQUAL_TO and a string value or a date field name, comparison operator and a date to filter the results. Operators: EQUAL_TO, NOT_EQUAL_TO, LESS_THAN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN, GREATER_THAN_OR_EQUAL_TO Examples: filters=[['startDate','GREATER_THAN','07/01/2013'], ['startDate','LESS_THAN','12/31/2015']] filters=[['uniqueId','EQUAL_TO',' 8bd88078-ea60-438e8022-34b79ce26f08']]
Maximum number of rows to return.
Number of rows to skip.
Comma-separated response fields to include.