Events

Events
Events

A list of events

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "valueType": "string",
    "values": [
        {
            "id": "string",
            "eventName": "string",
            "entityId": "string",
            "environmentId": "string",
            "timestamp": "string",
            "providerId": "string",
            "cspUserId": "string",
            "message": "string"
        }
    ]
}