FindEmployerJobsPartnerInput
Input Object
Input for findEmployerJobsPartner.
Fields
filters FindEmployerJobsPartnerFilterInput
Filters job postings.
legacySourceId ID
Alphanumeric source ID from the Sponsored Jobs API. Primarily for ad agency partners.
If provided, lists jobs with this ID. If omitted, lists all jobs for the employer associated with the access token.
jobFeedType [JobFeedType!]
Filters jobs by feed type/source.
UNKNOWN: Can combine with one other type. Applies to jobs before June 1, 2025 that weren't classified.
Other types: Only one allowed.
Default: INTEGRATED_FROM_PARTNER
includeMultiLocationJobs Boolean
Whether to include multi-location jobs.
sort [FindEmployerJobsPartnerSortInput!]
Sorts job postings.
sortDirection FindEmployerJobsPartnerSortDirection
Sort direction: ASC (default, lowest to highest) or DESC (highest to lowest).
sortField FindEmployerJobsPartnerSortField
Sort field. Required for sortDirection to take effect.
Example
{ "filters": FindEmployerJobsPartnerFilterInput, "sort": [FindEmployerJobsPartnerSortInput]}