PositionProfilePostedEventPositionProfile has been posted.| 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: 
 | 
| Name | Description | 
|---|---|
| DateTime! | The date & time the  PositionProfilewas considered as successfully posted inside of SEEK's internal systems.This field has weak ordering guarantees, so it should not be used as a pagination argument. | 
| The identifier for the  Event. | |
| String! | The identifier for the  PositionProfilethat was posted. | 
| String! | The scheme ID of the event.Currently, only the  seekAnzandseekAnzPublicTestschemes emitPositionProfilePostedevents. | 
| String! | The type of event, i.e.  PositionProfilePosted. | 
| 
 WebhookAttemptsConnection! | A page of webhook attempts for the current event matching the specified criteria.A maximum of 100 webhook attempts can be returned in a single page.
Additional webhook attempts can be queried using a pagination cursor.The result list is returned in ascending creation date & time order.
It starts from the earliest known attempt if no pagination arguments are provided. | 
| PostedPositionProfile | The  PositionProfilethat was posted.This may return null if thePositionProfilehas been closed for an extended period of time.This field is only accessible while you have an activeApplicationExportorJobPostingrelationship with the hirer.
If these relationships have been removed, it will return null along with aFORBIDDENerror. | 
| Name | Description | 
|---|---|
| PositionProfilePostedEvent | The JSON sent to a webhook endpoint when a job ad is posted. Use the  positionProfilequery to retrieve the current state of the job ad; see posting a job ad  for more information. |