tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > TranslationJobInfo

TranslationJobInfo type

Contains details on a specific translation to a target Item (see {Tridion.TranslationManager.OpenApi.V3.Dto.TranslationInformation.TranslationDetails}).

Signature:

export type TranslationJobInfo = {
    IsObsolete?: boolean;
    NewSourceVersionExists?: boolean;
    NewTargetVersionExists?: boolean;
    RetrievedFromTranslationDate?: string;
    RetrieveReason?: RetrieveReason;
    SendForTranslationDate?: string;
    SourceItemTitle?: string;
    SourceItemUri?: string;
    SourceLanguageId?: string;
    SourceLanguageName?: string;
    SourceLastModified?: string;
    SourceLatestRevision?: number;
    SourceLatestVersion?: number;
    SourcePublicationTitle?: string;
    SourcePublicationUri?: string;
    SourceRevision?: number;
    SourceRevisionDate?: string;
    SourceVersion?: number;
    TargetItemUri?: string;
    TargetLanguageId?: string;
    TargetLanguageName?: string;
    TargetRevision?: number;
    TargetRevisionDate?: string;
    TargetVersion?: number;
    TranslationJobId?: number;
    TranslationJobTitle?: string;
};

References: RetrieveReason