Optional
customOptional
endSearch parameter to use to match those events that are set to start on or before the date specified. Value should be greater than or equal to startDate. If not specified, it assumes a value of the current date.
Optional
sizeNumber of records in the dataset to return per search request. Default is 100, minimum is 50 and maximum is 500.
Optional
sortSort direction of the dataset. Values supported: 'asc' and 'desc'. Default is 'asc'.
Optional
sortName of the field in the event that will be used to sort the dataset in the response. Default is 'StartDate'
Optional
startSearch parameter to use to match those events that are set to start on or after the date specified. Value should be less than or equal to endDate. If not specified, it assumes a value of endDate - 365 days.
List of custom fields to use when searching for events. All of the fields provided are concatenated as AND in the search request. The value to the property 'Value' is required.