event
Graphql fields and variables for the event query
Scope required: standard:read
For a complete list of possible response fields see the Event type.
query event ($id: ID, $code: String, $format: String) {
event (id: $id, code: $code, format: $format) {
actor
description
eventTimestamp
eventTimestampFormatted
eventTypeId
id
longDescription
objectType
payload
severity
shortDescription
target
timeAgo
uuid
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?