PositionProfileUpdatedEvent
positionProfile
query to retrieve the current state of the job ad; see updating a job ad for more information.Name | Description |
---|---|
The date & time the job ad was successfully updated within SEEK's systems. This corresponds to the Event.createDateTime field in the GraphQL schema. | |
The unique identifier of the event. This corresponds to the Event.id field in the GraphQL schema. | |
The identifier for the job ad that was posted. This corresponds to the PostedPositionProfile.profileId field in the GraphQL schema, and should be supplied to the positionProfile query to retrieve the current state of the job ad. | |
The type of event, i.e. PositionProfileUpdated. This corresponds to the Event.typeCode field in the GraphQL schema. | |
The identifier for the associated hirer. This corresponds to the HiringOrganization.id field in the GraphQL schema, and is only available on signed webhook subscriptions. |
Name | Description |
---|---|
PositionProfileUpdatedEvent | The event signaling that a PositionProfile has been updated. |