query:posted-position-profile-previews scope in your request.positionTitle and a seekAnzWorkTypeCode.postedPositionProfilePreview query to generate a job ad preview when the button is clicked.Your software must provide the state of the job ad to the positionProfile argument.
It should match what you eventually post for an accurate preview.When rendering the job ad preview during a job ad update workflow, include the profileId obtained from the PositionProfilePosted event for the ad as part of the postedPositionProfilePreview query.
For additional information, refer to PostedPositionProfilePreview_PositionProfileInput.previewUri field from the query response, open a new tab for the hirer or render an <iframe /> in flow.The URI is valid for 24 hours.query ($positionProfile: PostedPositionProfilePreview_PositionProfileInput!) {
postedPositionProfilePreview(positionProfile: $positionProfile) {
previewUri {
url
}
}
}