advertisementBranding
QUERY

The advertisement branding for the given id.This query accepts browser tokens that include the query:advertisement-brandings scope.

Arguments

Name
Description
The value of AdvertisementBranding.id for the requested object.

Result

Name
Description
Advertisement branding details and images.This can be associated with one or more PositionProfiles when they are created.Branding images are visible to candidates searching for positions or viewing a job ad with this associated advertisement branding.

Sample

GraphQL
query ($id: String!) {
  advertisementBranding(id: $id) {
    id {
      value
    }
  }
}