Parameter | Description |
---|---|
Event ID | The ID of the event to retrieve. Can be retrieved from the ‘List Events’ action. |
{
"data": {
"id": 0,
"user": {
"email": "string",
"id": 0,
"archived": true
},
"external_id": "string",
"source": "string",
"description": "string",
"occurred_date": "2019-08-24",
"risk": {
"level": 0,
"factor": 0,
"decay_mode": "string",
"expire_date": "string"
},
"event_type": {
"id": 0,
"name": "string"
}
}
}
Was this page helpful?