settings/languages/codes
Retrieves the list of all tasks defined in the platform with code and title.
URL
(GET) /api/settings/languages/codes
(POST) /api/settings/languages/codes
PARAMETERS
The method has no parameters.
Use the POST variant for Auto-completion and pagination.
RESULTS
The result is a JSON array with one element per language:
v | The language code such as en, es-ES etc. | string |
t | The default title (typically in English unless changed by admin) | string |
EXAMPLES
N/A