The result set for the specified event search criteria.
Types that use EventSearchResponse
Not used by any types.
Call that uses EventSearchResponse
GET
Fields
limit
The maximum number of items, from the current result set, returned on a single page.
Default:
Default:
20
offset
The number of items that will be skipped in the result set. This is used with the limit field to control the pagination of the output.
For example, if the offset is set to
Default:
For example, if the offset is set to
0
and the limit is set to 10
, the method will retrieve items 1 through 10 from the list of items returned. If the offset is set to 10
and the limit is set to 10
, the method will retrieve items 11 through 20 from the list of items returned.Default:
0