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.
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 |
|
enabled |
Enabled indicator for the task (true if task is enabled) |
bool |
EXAMPLES
N/A