Get events
Returns a list of events.
Query Parameters
0 <= x <= 2147483647
1 <= x <= 500
Filter by events updated since a specified time. Supported date formats are ISO YYYY-MM-DDThh:mm:ss or .net ticks representation of the UTC datetime.
"2000-01-01T20:00:00 OR 630823536000000000"
Filter by events assigned to a specific MatterId.
Filter out any events that have been deleted, default: false
false
Filter events from a specified UTC date and time. Defaults to the UTC datetime of the request. Dates should be provided in ISO format YYYY-MM-DDThh:mm:ss.
"2000-01-01T20:00:00"
Filter events to a specified UTC date and time. If no datetime is specified all future events will be returned. Dates should be provided in ISO format YYYY-MM-DDThh:mm:ss.
"2000-01-01T20:00:00"
Response
When request is successful. Returns a list of Event
objects.
The response is of type object
.