Settings 2.5 GetMetaData
Retrieves the requested settings information
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. |
| psXMLRequestedMetaData | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLObjList | String | InOut | The Configuration ObjectList XML structure containing the metadata of the settings/configuration object |
Note that:
- The
levelattribute on theishfieldelement must benone.
Which information can be retrieved?
| Field | Description |
|---|---|
| FMASTERLNG | The default language for the Trisoft Repository |
| FISHSYSTEMRESOLUTION | The default resolution for the Trisoft Repository |
| FISHENABLEOUTOFDATE | This field indicates whether the out of date mechanism is enabled or not |
| FSTATECONFIGURATION | The status (or workflow) configuration XML |
| FISHWRITEOBJPLUGINCFG | The plugin configuration XML |
| FISHCHANGETRACKERCONFIG | The change tracker configuration XML |
| FTRANSLATIONCONFIGURATION | The translation configuration XML |
| FINBOXCONFIGURATION | The inbox configuration XML |
| FISHTRANSJOBLEASES | The translation job leases XML |
| ... |