The event for the given
id.Result
| Name | Description |
|---|---|
Event | 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
CopyGraphQL Explorer
query ($id: String!) {
event(id: $id) {
id {
value
}
schemeId
}
}