| ||
| detail: element | attribute | value | ||
XML Example:<WebReputationEventListing> <lastEventId>xsd:long</lastEventId> zero or N[<WebReputationEvent>webReputationEvent</WebReputationEvent>] </WebReputationEventListing> | JSON Example:{"WebReputationEventListing":
{
"lastEventId": Number,
"WebReputationEvent": [webReputationEvent],
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| lastEventId | xsd:long | false | false | The max event id among those being returned.
| |
| WebReputationEvent | zero or N[webReputationEvent] | false | false |
|
| ||
| detail: element | attribute | value | ||