mng.GetResourceString

This job delivers language resource keys with the assigned values for languages from the resource storage table of the database.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

[JSON]

BASE64

No

Request multiple keys or languages in JSON format (see [_json_schema_language_resources]).

[Key]

STRING

No

Requested key. Example: Project.key1.Workflow_3
Wildcards * and ? are allowed.

[Language]

STRING

No

Language code. Example: de_DE
Wildcards * and ? are allowed.

JSON and Key/Language can be used independently.
Key and Language are trimmed (leading and trailing spaces removed).

2. Output Parameters

Name Type Dependency Description

[JSON]

BASE64

Optional

Result in JSON format (when JSON request)

[Key]

STRING

Optional

Found key — only when Key/Language request returns exactly one result

[Language]

STRING

Optional

Found language code — only when Key/Language request returns exactly one result

[Value]

STRING

Optional

Found value — only when Key/Language request returns exactly one result

3. Return Value

(INT): 0 = Job successful, otherwise error code.