positionOpening
QUERY

A position opening with the given id.

Arguments

Name
Description
The value of PositionOpening.documentId for the requested object.

Result

Name
Description
A job requisition or position opening within an organization.This is a container object that groups multiple PositionProfiles together along with their owner.

Sample

GraphQL
query ($id: String!) {
  positionOpening(id: $id) {
    documentId {
      value
    }
    seekPartnerMetadata
  }
}