seekAnzAdvertiser
DEPRECATED QUERY

Deprecated: Use hiringOrganization instead.
A hiring organization corresponding to the given legacy SEEK advertiser ID.This query accepts browser tokens that include the query:organizations scope.

Arguments

Name
Description
id* 
Int!
The legacy SEEK advertiser ID.This is a numeric identifier that was used by the previous version of Apply with SEEK.

Result

Name
Description
An organization hiring for an open position.

Sample

GraphQL
query ($id: Int!) {
  seekAnzAdvertiser(id: $id) {
    id {
      value
    }
    seekAnzAdvertiserId
  }
}