TranslationJob 2.5 GetTranslationJob
Retrieves the current translation job XML (and metadata) for the specified element id of the translation job.
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 |
| psXMLRequestedMetaData | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLObjList | String | InOut | The Translation Job ObjectList XML structure containing the metadata of the translation job |
| psOutXMLTranslationJobContainerList | String | Out | The Translation Job container List XML structure containing the data of the translation job containers |
| psOutXMLTranslationJobWorkflowList | String | Out | The Translation Job workflow List XML structure containing the data of the translation job workflows |
Requirements are:
- The user must have read access to the translation job.
Note that:
- When no translation job is found with the supplied
psTranslationJobId, anInvalidObjectExceptionis thrown. - The
levelattribute on theishfieldelement must be 'none'. - All translation job containers and workflows are retrieved together with the job definition.
Which information can be retrieved?
| Field | Description |
|---|---|
| FNAME | The name of the translation job |
| FISHTRANSJOBSTATUS | The status of the translation job |
| FISHTRANSJOBSENTOUTBY | The user that sent out the translation job |
| FISHTRANSJOBSRCLNG | The source language of the translation job |
| FISHTRANSJOBTRANSTEMPLID | The id of the template |
| FISHTRANSJOBRESOLUTIONS | Image resolutions to translate |
| FISHTRANSJOBREQUIREDDATE | The required date for the translation |
| FISHTRANSJOBINCLTRANSLTD | The value that specifies whether the objects already in translation should be included |
| FISHTRANSJOBTARGETFIELDS | The target fields used for the push translation |
| FISHTRANSJOBPROGRESSID | The progress id of the event that is created for the translation job |
| FISHPUSHTRANSPROGRESSIDS | The progress id's of the events that are created for the push translations |
| FISHTRANSJOBTYPE | The type of the translation job |
| FDESCRIPTION | The description of the translation job |
| FUSERGROUP | The user that created the translation job |
| FISHLEASEDBY | The id of the process/thread that leased the job |
| FISHLEASEDON | The date and time when the FISHLEASEDBY field was updated |
| FISHMAXIMUMPROGRESS | The maximum progress of the translation job calculated as number of objects (in all languages) to be translated |
| FISHCURRENTPROGRESS | The current progress of the translation job calculated as number of objects that have been translated or cancelled |
Translation job container:
| Field | Description |
|---|---|
| LOGICALID | The logical id of the object that is referenced by a container |
| VERSIONNUMBER | The version of the object that is referenced by a container |
| CONTAINERTYPE | The type of the object that is referenced by a container |
Translation job workflow:
| Field | Description |
|---|---|
| WORKFLOWREF | The reference to the external workflow in a translation management system |
| LNG | The target language |