HTTP Example:GET /rest/events/webreputation?eventId=…&eventIdOp=…&maxItems=…&sID=…
| API Example: IEventAPI.getWebReputationEvents({'eventId': , 'eventIdOp': , 'maxItems': , 'sID': }); |
Get Web Reputation events - Output:
- WebReputationEventListing - a WebReputationEventListing, a collection of the events meet the given criteria.
- Query parameters:
- eventId - the event id to query for events. Combined with eventIdOp, the returning events can be filtered according to the id.
- eventIdOp - defined the events to return. Currently supported operations include gt(greater than), ge(greater than or equal to), eq(eqaul to), lt(less than), and le(less than or equal to).
- maxItems - the maximum events to return
- sID - session ID.
- Produces:
- application/json
- application/xml
|