positionProfile
QUERY

A position profile with the given id.This query accepts browser tokens that include the query:position-profiles scope for posted position profiles. Note that this scope does not grant access to the containing PositionProfile.positionOpening.

Arguments

Name
Description
The value of PositionProfile.profileId for the requested object.

Result

Name
Description
A profile of a position opening.This contains information of how a position opening is presented on a job board or as an internal requisition.

Sample

GraphQL
query ($id: String!) {
  positionProfile(id: $id) {
    profileId {
      value
    }
    seekAnzWorkTypeCode
    seekBillingReference
    seekCreatedBySelfIndicator
    seekHirerJobReference
    seekPartnerMetadata
  }
}