TranslationJob 2.5 RetrieveTranslationJobItems
Describes how to find all Translation Job objects matching the criteria given in the metadata filter.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated 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. |
| psTranslationJobId | String | In | The element name of the translation job |
| psXMLRequestedTranslationJobItemData | String | In | Requested Item Metadata XML structure indicating which metadata has to be retrieved for a given translation job item |
| psXMLTranslationJobItemList | String | InOut | The 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?
| Field | Description |
|---|---|
| LOGICALID | The logical id of the object that is referenced by the item |
| VERSIONNUMBER | The version number of the object that is referenced by the item |
| TARGETLNG | The target language of the item |
| RESOLUTION | The resolution of the object that is referenced by the item |
| ISHTYPE | The type of the object that is referenced by the item (ISHMasterDoc, ISHModule, ISHIllustration, ISHTemplate or ISHLibrary) |
| EDT | The edt of the object that is referenced by the item |
| EXTERNALJOBID | The id of the external job |
| EXTERNALREF | The reference to the external item in the external job in the translation management system |
| STATUS | The status of the item |
| ATTEMPTS | The number of attempts that translation services tried to update the object in a repository |
| ERROR | The item-related warning/error. Used for diagnostics |
| EXTERNALSTATUS | The last observed status of the item in the external system. Not guaranteed to be up to date at all times. Used for diagnostics. |