EmployerJobSeatData
Object
Contains all job data available for an EmployerJobSeat. If a field is not explicitly defined on the seat but the field does exist within the role data, then the role value for the field will be populated here.
Fields
title String
Seat title.
description RichFormattedDescription
Seat description formatted in SRF (Selenium Rich Format).
text String! Non-Null
Raw description text without any formatting
metaData EmployerJobSeatMetaData
Various IDs and meta data specific to a seat
visibilityData EmployerJobSeatVisibilityData
Defines when, where, and how the job seat is visible to job seekers
location WorkLocation
Describes where the work for a job seat takes place.
rawLocation String
Plain location text string, usually the input to geocoding the structured location
Holds all data related to pay for the work to be performed
currency CurrencyCode
ISO 4217-formatted currency code.
basePay EmployerJobBasePay
Standard base pay expressed as an amount paid for a selected unit of time (e.g. hourly)
payRangeMinor PayRangeMinor
Pay amount in minor currency units
payTimeUnit PayTimeUnit
Time unit corresponding to pay range
campaignCategories [String!]! Non-Null
IDs for grouping related seats in sponsored job campaigns.
Example
{ "title": "abc123", "description": RichFormattedDescription, "metaData": EmployerJobSeatMetaData, "visibilityData": EmployerJobSeatVisibilityData, "location": WorkLocation, "pay": EmployerJobCanonicalPay, "campaignCategories": ["abc123"]}