2026-06-10
GraphQL schema change log: 2026-06-10
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
Added input field
workAuthorizationsof type[AtsSyncCandidateSyncApplicationWorkAuthorizationInput!]!to input object typeAtsSyncCandidateSyncApplicantDetailsInput -
Added input field
preferredLocaleof typeAtsSyncCandidateSyncLocaleInputto input object typeAtsSyncCandidateSyncApplicantDetailsInput -
Added input field
summaryof typeStringto input object typeAtsSyncCandidateSyncApplicantDetailsInput -
Changed the description of input field
AtsSyncCandidateSyncApplicantDetailsInput.streetAddressfrom:Applicants street address, including street name and number, city, administrative region, and postal code.**Example (USA)** 10721 Domain Dr, Austin, TX 78758**Example (UK)** 20 Farringdon Rd, London EC1M 3HEUsed to generate geolocation data for the applicant. Provide as accurate a value as possible.To:
Applicants street address, including street name and number, city, administrative region, and postal code.**Example (USA)**: 10721 Domain Dr, Austin, TX 78758**Example (UK)**: 20 Farringdon Rd, London EC1M 3HEUsed to generate geolocation data. Provide as accurate a value as possible. -
Changed the description of enum value
AtsSyncCandidateSyncApplicationAttachmentChecksumAlgorithmInput.MD5from:MD5 hashing algorithmTo:
MD5 hashing algorithm. -
Changed the description of type
AtsSyncCandidateSyncApplicationAttachmentChecksumFormatfrom:Enumerations for application attachment checksum. formatTo:
Enumerations for application attachment checksum format. -
Changed the description of enum value
AtsSyncCandidateSyncApplicationAttachmentChecksumFormatInput.BASE64from:Base64 encoding formatRaw checksum bytes are encoded using Base64 encoding to produce a string representation.To:
Base64 encoding format. Raw checksum bytes are encoded as a Base64 string. -
Object type
AtsSyncCandidateSyncApplicationAttachmentChecksumInputhas description:Input for application attachment checksum. -
Changed the description of input field
AtsSyncCandidateSyncApplicationAttachmentChecksumInput.algorithmfrom:Hashing algorithm used to calculate the checksumSpecifies which cryptographic hash function was used to generate the checksum value.To:
Hashing algorithm used to calculate the checksum. -
Changed the description of input field
AtsSyncCandidateSyncApplicationAttachmentChecksumInput.checksumfrom:Checksum value of the file contentThe checksum should be calculated using the specified algorithm on the complete file contents, then encoded using the specified format.To:
Checksum value of the file content, calculated using the specified algorithm and encoded in the specified format. -
Changed the description of input field
AtsSyncCandidateSyncApplicationAttachmentChecksumInput.formatfrom:Encoding format of the checksum valueSpecifies how the raw checksum bytes are encoded as a string.To:
Encoding format of the checksum value. -
Changed the description of input field
AtsSyncCandidateSyncApplicationEducationInput.degreefrom:Type of degree (e.g. Bachelor of Science)To:
Degree type, such as Bachelor of Science. -
Changed the description of input field
AtsSyncCandidateSyncApplicationEducationInput.endDatefrom:Date at which this education endedTo:
Date this education ended. -
Changed the description of input field
AtsSyncCandidateSyncApplicationEducationInput.fieldOfStudyfrom:Major field of study for this education historyTo:
Major field of study. -
Changed the description of input field
AtsSyncCandidateSyncApplicationEducationInput.locationfrom:Location (address) where the applicant attendedTo:
Address of the institution attended. -
Changed the description of input field
AtsSyncCandidateSyncApplicationEducationInput.minorfrom:Minor field of study for this education historyTo:
Minor field of study. -
Changed the description of input field
AtsSyncCandidateSyncApplicationEducationInput.schoolfrom:Name of the school attendedTo:
School name. -
Changed the description of input field
AtsSyncCandidateSyncApplicationEducationInput.startDatefrom:Date at which this education beganTo:
Date this education began. -
Changed the description of enum value
AtsSyncCandidateSyncApplicationFileTypeInput.COVER_LETTERfrom:Primary (or only) cover letter attached to an applicationTo:
Primary cover letter attached to an application. -
Changed the description of enum value
AtsSyncCandidateSyncApplicationFileTypeInput.OTHERfrom:Uncategorized additional attachment on an applicationTo:
Uncategorized additional attachment on an application. -
Changed the description of enum value
AtsSyncCandidateSyncApplicationFileTypeInput.OTHER_COVER_LETTERfrom:Additional cover letter attached to an applicationTo:
Additional cover letter attached to an application. -
Changed the description of enum value
AtsSyncCandidateSyncApplicationFileTypeInput.OTHER_RESUMEfrom:Additional resume attached to an applicationTo:
Additional resume attached to an application. -
Changed the description of enum value
AtsSyncCandidateSyncApplicationFileTypeInput.RESUMEfrom:Primary (or only) resume for an applicationTo:
Primary resume for the application. -
Object type
AtsSyncCandidateSyncApplicationFindLatestStatusesConnectionhas description:`findLatestStatuses` connection object. -
Changed the description of field
AtsSyncCandidateSyncApplicationFindLatestStatusesConnection.applicationVersionStatusesfrom:A list of application version statusesTo:
A list of application version statuses. -
Changed the description of field
AtsSyncCandidateSyncApplicationFindLatestStatusesConnection.edgesfrom:A list of application version statuses and their cursorsTo:
A list of application version statuses and their cursors. -
Changed the description of field
AtsSyncCandidateSyncApplicationFindLatestStatusesConnection.pageInfofrom:The relay connection pageinfo about the responseTo:
Relay connection page info for the response. -
Object type
AtsSyncCandidateSyncApplicationFindLatestStatusesEdgehas description:`findLatestStatuses` edge object. -
Changed the description of field
AtsSyncCandidateSyncApplicationFindLatestStatusesEdge.cursorfrom:The cursor for the node in the query setTo:
Cursor for this node in the query set. -
Changed the description of field
AtsSyncCandidateSyncApplicationFindLatestStatusesEdge.nodefrom:The application version statusTo:
Application version status. -
Object type
AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInputhas description:Filters for `findLatestStatuses` query. -
Changed the description of input field
AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput.applicationVersionStatusTypesfrom:Optional list of application version status typesUsed to filter the returned list of application versions to only those for any of the specified version status types.To:
Optional list of application version status types. Filters results to application versions with the specified status types. -
Changed the description of input field
AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput.applicationsfrom:Optional list of applicationsUsed to filter the returned list of application versions to only those of any of the specified applications.To:
Optional list of applications. Filters results to application versions for the specified applications. -
Changed the description of input field
AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput.indeedRegistrationIdsfrom:Optional list of unique identifiers representing the references between Indeed employers and Partner employersProvided to Partners during registration.Used to filter the returned list of application versions to only those for any of the specified registration IDs.To:
Optional list of registration IDs linking Indeed employers to partner employers. Provided during registration. Filters results to application versions for the specified registrations. -
Object type
AtsSyncCandidateSyncApplicationFindLatestStatusesInputhas description:Input for `findLatestStatuses` query. -
Changed the description of input field
AtsSyncCandidateSyncApplicationFindLatestStatusesInput.filterfrom:Filter criteria to search for statuses of the latest version of applicationsTo:
Filter criteria for searching the latest application version statuses. -
Object type
AtsSyncCandidateSyncApplicationFindStatusesConnectionhas description:`findStatuses` connection object. -
Changed the description of field
AtsSyncCandidateSyncApplicationFindStatusesConnection.applicationVersionStatusesfrom:A list of application version statusesTo:
A list of application version statuses. -
Changed the description of field
AtsSyncCandidateSyncApplicationFindStatusesConnection.edgesfrom:A list of application version statuses and their cursorsTo:
A list of application version statuses and their cursors. -
Changed the description of field
AtsSyncCandidateSyncApplicationFindStatusesConnection.pageInfofrom:The relay connection pageinfo about the responseTo:
Relay connection page info for the response. -
Object type
AtsSyncCandidateSyncApplicationFindStatusesEdgehas description:`findStatuses` edge object. -
Changed the description of field
AtsSyncCandidateSyncApplicationFindStatusesEdge.cursorfrom:The cursor for the node in the query setTo:
Cursor for this node in the query set. -
Changed the description of field
AtsSyncCandidateSyncApplicationFindStatusesEdge.nodefrom:The application version statusTo:
Application version status. -
Object type
AtsSyncCandidateSyncApplicationFindStatusesFilterInputhas description:Filters for `findStatuses` query. -
Changed the description of input field
AtsSyncCandidateSyncApplicationFindStatusesFilterInput.applicationVersionStatusTypesfrom:Optional list of application version status typesUsed to filter the returned list of application versions to only those for any of the specified version status types.To:
Optional list of application version status types. Filters results to application versions with the specified status types. -
Changed the description of input field
AtsSyncCandidateSyncApplicationFindStatusesFilterInput.applicationsfrom:Optional list of applicationsUsed to filter the returned list of application versions to only those of any of the specified applications.To:
Optional list of applications. Filters results to application versions for the specified applications. -
Changed the description of input field
AtsSyncCandidateSyncApplicationFindStatusesFilterInput.indeedRegistrationIdsfrom:Optional list of unique identifiers representing the references between Indeed employers and Partner employersProvided to Partners during registration.Used to filter the returned list of application versions to only those for any of the specified registration IDs.To:
Optional list of registration IDs linking Indeed employers to partner employers. Provided during registration. Filters results to application versions for the specified registrations. -
Object type
AtsSyncCandidateSyncApplicationFindStatusesInputhas description:Input to `findStatuses` query. -
Changed the description of input field
AtsSyncCandidateSyncApplicationFindStatusesInput.filterfrom:Filter criteria to search for statuses of application versionsTo:
Filter criteria for searching application version statuses. -
Changed the description of type
AtsSyncCandidateSyncApplicationIdentifierInputfrom:Input to application ID.To:
Input to candidate application. -
Changed the description of input field
AtsSyncCandidateSyncApplicationMilitaryDetailsInput.militaryCommendationsfrom:Military commendations received by the applicantTo:
Military commendations received by the applicant. -
Changed the description of input field
AtsSyncCandidateSyncApplicationMilitaryDetailsInput.militaryServicesfrom:Details about military service for this applicantTo:
Details about military service for this applicant. -
Changed the description of input field
AtsSyncCandidateSyncApplicationMilitaryServiceInput.branchfrom:Military branchTo:
Military branch. -
Changed the description of input field
AtsSyncCandidateSyncApplicationMilitaryServiceInput.countryfrom:Country of military serviceTo:
Country of military service. -
Changed the description of input field
AtsSyncCandidateSyncApplicationMilitaryServiceInput.descriptionfrom:Description of military serviceTo:
Description of military service. -
Changed the description of input field
AtsSyncCandidateSyncApplicationMilitaryServiceInput.endDatefrom:End date of military serviceTo:
End date of military service. -
Changed the description of input field
AtsSyncCandidateSyncApplicationMilitaryServiceInput.rankfrom:Military rankTo:
Military rank. -
Changed the description of input field
AtsSyncCandidateSyncApplicationMilitaryServiceInput.startDatefrom:Start date of military serviceTo:
Start date of military service. -
Changed the description of field
AtsSyncCandidateSyncApplicationMutations.deletefrom:Permanently deletes an application and all of its versions from Indeed. This is a terminal operation for the application specified,and no further updates may be made to this application after deletion.To:
Permanently deletes an application and all its versions from Indeed. After deletion, you cannot update the application. -
Changed the description of field
AtsSyncCandidateSyncApplicationMutations.initializefrom:Stages an application version to be published to Indeed. Application versions with file attachments will have presigned S3 URLsgenerated, to which partners are expected to upload application file contents prior to submitting the application versionfor processing.The application version will not be published to Indeed until it is submitted. After staging, the application versionmust be submitted within 5 minutes.Initialization attempts for applications that have already been deleted will be rejected.To:
Stages an application version for publishing to Indeed. For application versions with file attachments, Indeed generates presigned S3 URLs. Upload the application file contents to these URLs before you submit the application version for processing.Indeed does not publish the application version until you submit it. Submit the application version within 5 minutes of staging.Indeed rejects initialization attempts for applications that have already been deleted. -
Changed the description of field
AtsSyncCandidateSyncApplicationMutations.submitfrom:Submits an application version to be published to Indeed. Publishing of application versions is asynchronous, but will be processedin the order in which they are submitted.To:
Submits an application version for publishing to Indeed. Publishing is asynchronous, and Indeed processes application versions in submission order. -
Changed the description of field
AtsSyncCandidateSyncApplicationQueries.findLatestStatusesfrom:Finds the statuses of the latest version of your applications.To:
Returns the status of the latest version of each application. -
Changed the description of argument
afteron fieldAtsSyncCandidateSyncApplicationQueries.findLatestStatusesfrom:The cursor from which to start searching when using forward pagination. Use null to retrieve the first page.To:
Cursor to start from for forward pagination. Use `null` for the first page. -
Changed the description of argument
beforeon fieldAtsSyncCandidateSyncApplicationQueries.findLatestStatusesfrom:The cursor from which to start searching backwardsTo:
Cursor to start from for backward pagination. Use `null` for the last page. -
Changed the description of argument
firston fieldAtsSyncCandidateSyncApplicationQueries.findLatestStatusesfrom:The page size when using forward paginationTo:
Page size for forward pagination. -
Changed the description of argument
inputon fieldAtsSyncCandidateSyncApplicationQueries.findLatestStatusesfrom:The filter to use when searching for the latest application version statusesTo:
Filter for the latest application version status search. -
Changed the description of argument
laston fieldAtsSyncCandidateSyncApplicationQueries.findLatestStatusesfrom:The page size when using backwards paginationTo:
Page size for backward pagination. -
Changed the description of field
AtsSyncCandidateSyncApplicationQueries.findStatusesfrom:Finds the statuses of your application versions.To:
Returns the status of each application version. -
Changed the description of argument
afteron fieldAtsSyncCandidateSyncApplicationQueries.findStatusesfrom:The cursor from which to start searching when using forward pagination. Use null to retrieve the first page.To:
Cursor to start from for forward pagination. Use `null` for the first page. -
Changed the description of argument
beforeon fieldAtsSyncCandidateSyncApplicationQueries.findStatusesfrom:The cursor from which to start searching backwardsTo:
Cursor to start from for backward pagination. Use `null` for the last page. -
Changed the description of argument
firston fieldAtsSyncCandidateSyncApplicationQueries.findStatusesfrom:The page size when using forward paginationTo:
Page size for forward pagination. -
Changed the description of argument
inputon fieldAtsSyncCandidateSyncApplicationQueries.findStatusesfrom:The input to use when searching for application version statuses.To:
Input for the application version status search. -
Changed the description of argument
laston fieldAtsSyncCandidateSyncApplicationQueries.findStatusesfrom:The page size when using backwards paginationTo:
Page size for backward pagination. -
Changed the description of input field
AtsSyncCandidateSyncApplicationSkillInput.monthsOfExperiencefrom:Months of experience with the skillTo:
Months of experience with the skill. -
Changed the description of input field
AtsSyncCandidateSyncApplicationSkillInput.namefrom:Name of the skillTo:
Skill name. -
Changed the description of input field
AtsSyncCandidateSyncApplicationSkillInput.proficiencyfrom:Level of proficiency with the skillTo:
Level of proficiency with the skill. -
Added type
AtsSyncCandidateSyncApplicationWorkAuthorizationInput -
Added type
AtsSyncCandidateSyncApplicationWorkAuthorizationTypeInput -
Changed the description of input field
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.companyfrom:Company at which this position was heldTo:
Company where this position was held. -
Changed the description of input field
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.descriptionfrom:Description or additional details about this work experienceTo:
Description or additional details about this work experience. -
Changed the description of input field
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.endDatefrom:End date of the work experienceTo:
End date of the work experience. -
Changed the description of input field
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.locationfrom:Location (address) where the applicant workedTo:
Location (address) where the applicant worked. -
Changed the description of input field
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.startDatefrom:Start date of the work experienceTo:
Start date of the work experience. -
Changed the description of input field
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.titlefrom:Title held at the positionTo:
Title held at the position. -
Object type
AtsSyncCandidateSyncAssetFilehas description:File information. -
Changed the description of field
AtsSyncCandidateSyncAssetMetadata.employerIdentifierfrom:`AtsEmployer` ID from `registerAtsEmployer`. Maps assets to a partner employer.To:
Employer ID for the asset. Must match the [`id`](/api/employer_registration/objects/EmployerRegistration) of an employer registration. -
Added type
AtsSyncCandidateSyncIndeedApplyApplicationIdentifier -
Changed the description of field
AtsSyncCandidateSyncInterestedCandidateAsset.contactfrom:Candidates interest data from Smart Sourcing outreach.To:
Candidates interest data from Smart Sourcing outreach.A null value with no error indicates the contact data is no longer available. -
Object type
AtsSyncCandidateSyncInterestedCandidateContactJobhas description:Candidate matching from Smart Sourcing outreach. -
Object type
AtsSyncCandidateSyncInterestedCandidateResumehas description:Resume information. -
Changed the description of type
AtsSyncCandidateSyncJobfrom:Candidate Sync job.To:
Candidate Sync job posting. -
Changed the description of field
AtsSyncCandidateSyncJob.sourcedPostingIdfrom:Unique ID for the job post.To:
Unique ID for the job posting. -
Changed the description of input field
AtsSyncCandidateSyncJobInput.sourcedPostingIdfrom:Unique ID for the job post.To:
Unique ID for the job posting. -
Added type
AtsSyncCandidateSyncLocaleInput -
Changed the description of field
AtsSyncCandidateSyncMutations.applicationfrom:Mutations on or related to the AtsSyncCandidateSyncApplication typeTo:
Mutations for the `AtsSyncCandidateSyncApplication` type. -
Changed the description of field
AtsSyncCandidateSyncQueries.applicationfrom:Queries on or related to the AtsSyncCandidateSyncApplication typeTo:
Queries for the `AtsSyncCandidateSyncApplication` type. -
Added type
AtsSyncCandidateSyncScreeningApplicationIdentifier -
Added type
AtsSyncCandidateSyncSmartScreeningUpdate -
Added type
AtsSyncCandidateSyncSmartScreeningUpdateAsset -
Changed the description of type
AtsSyncCandidateSyncStageAssetsInputfrom:Input for `candidateSync.stageAssets`.To:
Input for [`atsSyncCandidateSync.stageAssets`](/api/candidate/mutations/atsSyncCandidateSync/stageAssets). -
Object type
DeleteAtsSyncCandidateSyncApplicationInputhas description:Input for `delete` mutation. -
Changed the description of input field
DeleteAtsSyncCandidateSyncApplicationInput.applicationIdentifierfrom:Unique identifier for the application on IndeedTo:
Unique ID for the application on Indeed. -
Changed the description of input field
DeleteAtsSyncCandidateSyncApplicationInput.deletedAtfrom:The time at which this application was deletedTo:
Timestamp when this application was deleted. -
Object type
DeleteAtsSyncCandidateSyncApplicationPayloadhas description:Response for `delete` mutation. -
Changed the description of field
DeleteAtsSyncCandidateSyncApplicationPayload.applicationVersionIdfrom:Unique identifier tracking the deletion of this applicationThis identifier references the final version of this now deleted application.To:
Unique ID for this deletion. References the final version of the deleted application. -
Added type
EmployerJobBasePay -
Added type
EmployerJobCanonicalPay -
Added field
payto object typeEmployerJobSeatData -
Object type
InitializeAtsSyncCandidateSyncApplicationInputhas description:Input to `initialize` mutation. -
Changed the description of input field
InitializeAtsSyncCandidateSyncApplicationInput.applicantfrom:Information about the applicant this application is forTo:
Information about the applicant. -
Changed the description of input field
InitializeAtsSyncCandidateSyncApplicationInput.applicationIdentifierfrom:Unique identifier for the application on IndeedTo:
Unique ID for the application on Indeed. -
Changed the description of input field
InitializeAtsSyncCandidateSyncApplicationInput.applicationLinkfrom:Direct link to the application in the ATSThis is intended to allow users to redirect from Indeed to the application details in their browser.To:
Direct link to the application in the ATS. Lets users navigate from Indeed to the application details in their browser. -
Changed the description of input field
InitializeAtsSyncCandidateSyncApplicationInput.applicationSourceNamefrom:Source of the application, such as a job board, career site, search firm, or social networkTo:
Source of the application, such as a job board, career site, search firm, or social network. -
Changed the description of input field
InitializeAtsSyncCandidateSyncApplicationInput.candidateLinkfrom:Direct link to the candidate profile (or similar entity) in the ATSThis is intended to allow users to redirect from Indeed to the candidate profile in their browser.To:
Direct link to the candidate profile in the ATS. Lets users navigate from Indeed to the candidate profile in their browser. -
Changed the description of input field
InitializeAtsSyncCandidateSyncApplicationInput.dispositionfrom:Current disposition status of the applicationTo:
Current disposition status of the application. -
Changed the description of input field
InitializeAtsSyncCandidateSyncApplicationInput.indeedApplyIdfrom:Indeed Apply ID to uniquely identify an Indeed job applicationTo:
Indeed Apply ID that uniquely identifies an Indeed job application. -
Changed the description of input field
InitializeAtsSyncCandidateSyncApplicationInput.ittkfrom:Indeed Tracking ToKen (ITTK) to track an Indeed job applicationTo:
Indeed Tracking Token (ITTK) for tracking an Indeed job application. -
Changed the description of input field
InitializeAtsSyncCandidateSyncApplicationInput.questionsAndAnswersfrom:Screener questions and answers provided on the applicationTo:
Screener questions and answers provided on the application. -
Changed the description of input field
InitializeAtsSyncCandidateSyncApplicationInput.updatedAtfrom:The time at which this application was last updatedTo:
Timestamp of the last update to this application. -
Object type
InitializeAtsSyncCandidateSyncApplicationPayloadhas description:Response for `initialize` mutation. -
Changed the description of field
InitializeAtsSyncCandidateSyncApplicationPayload.applicationVersionIdfrom:Unique identifier tracking the initialization and submission of an application versionEach initialization of an application version produces this identifier, which should be used to submit the versiononce all attachments have been uploaded.To:
Unique ID for this application version. Use it to submit the version after uploading all attachments. -
Changed the description of field
InitializeAtsSyncCandidateSyncApplicationPayload.attachmentsfrom:Attachments associated with this application versionIncludes presigned S3 URLs for upload.To:
Attachments for this application version, including presigned S3 upload URLs. -
Added field
statusNameto object typeJobPostCallToAction -
Added type
JobPostCallToActionStatus -
Added type
PayRangeMinor -
Added type
PayTimeUnit -
Changed the description of input field
SourcedJobPostingBodyInput.descriptionfrom:Job description. Maximum 65,000 bytes (ASCII: 1 byte, other characters: 2-3 bytes).Content must match the details in `SourcedJobPostingMetadataInput.url`.Requires HTML formatting. For supported elements, see [XML feed reference: Formatting guidelines](https://docs.indeed.com/indeed-apply/xml-feed#formatting-guidelines).To:
Job description. Maximum 65,000 bytes (1 byte for ASCII, 2-3 bytes for other characters).Must match the details at `SourcedJobPostingMetadataInput.url` and use HTML formatting. For supported elements, see [Job description formatting](https://docs.indeed.com/job-sync-api/reference/job-description-formatting). -
Changed the description of type
StageAssetsAtsSyncCandidateSyncPayloadfrom:Payload for `candidateSync.stageAssets`.To:
Payload for [`atsSyncCandidateSync.stageAssets`](/api/candidate/mutations/atsSyncCandidateSync/stageAssets). -
Object type
SubmitAtsSyncCandidateSyncApplicationInputhas description:Input for `submit` mutation. -
Changed the description of input field
SubmitAtsSyncCandidateSyncApplicationInput.applicationVersionIdfrom:Unique identifier tracking the initialization and submission of an application versionEach initialization of an application version produces this identifier, which should be used to submit the versiononce all attachments have been uploaded.To:
Unique ID for this application version. Use it to submit the version after uploading all attachments. -
Changed the description of input field
SubmitAtsSyncCandidateSyncApplicationInput.indeedRegistrationIdfrom:Unique identifier to represent the reference between an Indeed employer and a Partner employerProvided to Partners during registration.To:
Unique ID linking an Indeed employer to a partner employer. Provided during registration. -
Object type
SubmitAtsSyncCandidateSyncApplicationPayloadhas description:Response for `submit` mutation. -
Changed the description of field
SubmitAtsSyncCandidateSyncApplicationPayload.applicationVersionIdfrom:Unique identifier tracking the initialization and submission of an application versionEach initialization of an application version produces this identifier, which should be used to submit the versiononce all attachments have been uploaded.To:
Unique ID for this application version. Use it to submit the version after uploading all attachments. -
Changed the description of field
WorkLocation.rawLocationfrom:Raw user input for the locationTo:
Plain location text string, usually the input to geocoding the structured location