TranslationJob 2.5 RetrieveTranslationJobItems

Describes how to find all Translation Job objects matching the criteria given in the metadata filter.

Parameters

NameTypeDirectionDescription
psAuthContextStringInOutDeprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant.
psTranslationJobIdStringInThe element name of the translation job
psXMLRequestedTranslationJobItemDataStringInRequested Item Metadata XML structure indicating which metadata has to be retrieved for a given translation job item
psXMLTranslationJobItemListStringInOutThe Translation Job item List XML structure containing the data of the translation job items

Requirements are:
  • The user must have read access to the translation job.
  • The names of the fields should be exact column names as in a database.
Note that:
  • When no translation job is found with the supplied psTranslationJobId, an InvalidObjectException is thrown.
Which information can be retrieved?
FieldDescription
LOGICALIDThe logical id of the object that is referenced by the item
VERSIONNUMBERThe version number of the object that is referenced by the item
TARGETLNGThe target language of the item
RESOLUTIONThe resolution of the object that is referenced by the item
ISHTYPEThe type of the object that is referenced by the item (ISHMasterDoc, ISHModule, ISHIllustration, ISHTemplate or ISHLibrary)
EDTThe edt of the object that is referenced by the item
EXTERNALJOBIDThe id of the external job
EXTERNALREFThe reference to the external item in the external job in the translation management system
STATUSThe status of the item
ATTEMPTSThe number of attempts that translation services tried to update the object in a repository
ERRORThe item-related warning/error. Used for diagnostics
EXTERNALSTATUSThe last observed status of the item in the external system. Not guaranteed to be up to date at all times. Used for diagnostics.