AtsSyncCandidateSyncAssetMetadata
Object
Transfer metadata for an asset. Does not include asset-specific data.
Fields
stagedAt DateTime! Non-Null
Date and time the asset became available.
employerIdentifier ID
AtsEmployer ID from registerAtsEmployer. Maps assets to a partner employer.
stagedTest Boolean! Non-Null
Whether the asset was staged using the stageAssets mutation.
completeSourceAttribution [AtsSyncCandidateSyncCompleteSourceAttribution!]! Non-Null
Indeed products the asset was sourced from.
Example
{ "stagedAt": "2023-01-01T09:00:00Z", "employerIdentifier": "opaqueId", "stagedTest": true, "completeSourceAttribution": [ AtsSyncCandidateSyncCompleteSourceAttribution ]}