Represents a request to get a report of events based on specified criteria.
Overview of EventReportRequest goes here.
EventReportRequest
| Field | Type | Inherited from | Description |
|---|---|---|---|
| AllLinkedKeys | List<String> | EventReportRequest | Gets or sets the list of the object Keys the must be in each Event (Event must include ALL of these) |
| IncludeEventKeys | List<String> | EventReportRequest | Gets or sets the list of the Event Types to include |
| OrLinkedKeys | List<String> | EventReportRequest | Gets or sets the list of the object Keys the can be in the Event (Event must include ONE of these) |
{
"AllLinkedKeys" : "List\<String\>",
"IncludeEventKeys" : "List\<String\>",
"OrLinkedKeys" : "List\<String\>"
}