event
QUERY

The event for the given id.

Arguments

Name
Description
The value of Event.id for the requested object.

Result

Name
Description
A signal that an action has been performed on the SEEK platform that may be of interest to an integration partner.Events can be delivered via:

Sample

GraphQL
query ($id: String!) {
  event(id: $id) {
    id {
      value
    }
    schemeId
  }
}