positionProfileid.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.| Name | Description |
|---|---|
String! | The value of PositionProfile.profileId for the requested object. |
| Name | Description |
|---|---|
PositionProfile | 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. |
query ($id: String!) {
positionProfile(id: $id) {
profileId {
value
}
seekAnzWorkTypeCode
seekBillingReference
seekHirerJobReference
seekPartnerMetadata
}
}