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