Full API Response
This example shows the complete JSON for an API response.
{
"count": 1,
"streamPosition": "1583",
"moreEvents": true,
"requestId": "497a5de3-1a85-4a7c-9ac3-e81098e4fd82",
"links": [
{
"href": "/events",
"rel": "events"
},
{
"href": "/events?streamPosition=1583",
"rel": "next"
}
],
"events": [
{
"type": "THREAT",
"id": "1581",
"eventTime": "2017-01-03T20:59:41.000Z",
"details": {
"type": "APPLICATION",
"id": "7d848fca-3beb-4616-a144-d23e5fa308c4",
"action": "DETECTED",
"severity": "HIGH",
"classifications": [
"ADWARE"
],
"applicationName": "!application name!",
"packageName": "!package name!",
"path": "!path!",
"fileName": "!file_name!"
},
"target": {
"type": "DEVICE",
"id": "5a67ee40-eef2-4338-bc4d-e1b10059e8e8",
"externalId": "5f4e5e66-8db9-45cd-88a4-d5a97a5b955a",
"emailAddress": "threat_victim@example.com",
"platform": "IOS"
"mdmConnectorId" : "123456"
"customerDeviceId" : "arbitrary_customer_id_value",
"parentDeviceId" : "abcb3611-ffda-ab21-1234-8593be740dd3",
},
}
]
}