action xtrf_get_all_1 { label: "Returns dictionary entities for all types. Both active and not active ones." description: "
\n

\n XTRF holds many user-defined dictionaries (ie. countries).\n Each dictionary contains a set of values (ie. Poland or Germany).\n A default value may be defined for a dictionary.\n

\n

\n Dictionary values are identified using internal identifier which is constant and unique among other values from the same dictionary.\n Please note that name used in dictionary values is presented in the locale of the current identity.\n The same dictionary value can have different names, ie. \"Poland\" for one user, \"Polska\" for another one.\n

\n

\n Possible dictionary types with short explanation:\n

\n

\n
" provider: xtrf method: GET path: "/dictionaries/all" encoding: json output: { type: "object" additionalProperties: true } }