Search Events
POST /v2/event/get
This API returns a list of events that satisfy the search parameters provided. By default, only the first 50 searched events will be returned.
The start date and time range of the events to be searched.
The end date and time range of the events to be searched.
The Venue Id Array. If specified then only those events will be shown which are booked for given Venue Ids.
The Event Status Id. If specified then only those events will be shown which are booked for given Event Status Id.
The Event's Name. If specified then only those events will be shown which are booked with given Event Name.
The Event's Number. If specified then only that event will be shown which are booked with given Event Number.
The Event's Type. If specified then only those events will be shown which are booked with given Event Type.
The Invoice Number. If specified then only that event will be shown which is having the invoice number same as mentioned.
The Event's Coordinator. If specified then only those events will be shown which are booked with given Event Coordinator.
The Debtor Number. If specified then only those events will be shown whose contacts are having the same Debtor Number as mentioned.
The Event Detail catalogue item's name. If specified then only those events will be shown that contains event detail catalogue items with given Event Detail Name.
The created date and time of the events to be searched. The API will search for events created after this date.
The updated date and time of the events to be searched. The API will search for events updated after this date.
The status change date and time of the events to be searched. The API will search for events whose status has been changed after this date.
This is to be passed along with StatusChangedDate. When true, the search result will contain only those events whose statuses have been updated.
This is to be passed along with Contact or ContactType.When true, only those events will be shown in which mentioned Contact or ContactType is primary.
The array of event contact ids. If specified only those events will be fetched in which provided contacts exist.
ContactType Array(Long)
The array of event contact type ids. If specified only those events will be fetched in which provided ContactType exist.
What direction you would like to page for your next set of results. The only values allowed are forward or reverse.
The Event Number of the last Event on your current set of results to be used as the reference point for your next set of results.
The Page Number of the Event list results.
If Offset is specified then it will fetch the next number of records after offset and skip the previous records, for e.g If there are 50 records and offset is 10 then records will be fetched from 11 to 50.
The number of records per page.
The sorting of data as per the ColoumnName provided.
NOTE: Sorting order cannot be passed along with NextPageDirection and LastPageEventNumber