Home > @tridion-sites/open-api-client > TranslationJobOverview
Represents the basic information of a {Tridion.TranslationManager.OpenApi.V3.Dto.TranslationJob}. This is used when getting a list of {Tridion.TranslationManager.OpenApi.V3.Dto.TranslationJob}s where retrieving more data would slow down displaying the list.
Signature:
export type TranslationJobOverview = {
Id?: number;
Title?: string;
ApplicableActions?: Array<HateoasLink>;
ContextPublicationTitle?: string;
CreationDate?: string;
Creator?: Link;
DisplayState?: TranslationJobDisplayState;
ErrorSeverityLevel?: ErrorSeverity;
HasError?: boolean;
IsAwaitingAuthorization?: boolean;
Language?: TmsLanguage;
ProgressPercentage?: number;
RequiredDate?: string;
RevisionDate?: string;
Revisor?: Link;
State?: TranslationJobState;
Type?: Array<TranslationJobType>;
};
References: HateoasLink, Link, TranslationJobDisplayState, ErrorSeverity, TmsLanguage, TranslationJobState, TranslationJobType