TranslationJob 2.5 RetrieveMetaData
Retrieves the metadata information for translation jobs that match 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. |
| pasTranslationJobIds | StringArray | In | String array containing the element names of the translation job used for filtering |
| psXMLMetaDataFilter | String | In | MetadataFilter XML structure with additional filter on metadata to limit the objects on which metadata has to be returned |
| 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 |
Note that:
- All fields on a translation job have level '
none'. So, the metadata filter and the requested metadata may only contain fields with level 'none'. - The ObjectList XML structure only contains the requested metadata of the translation job. The content of the translation job is not returned.
- The order of the returned objects in psOutXMLObjList is random.
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 |