Graphql fields and variables for the event query
Last updated 17 days ago
Was this helpful?
Scope required: standard:read
For a complete list of possible response fields see the 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 } }
id
ID
code
String
format