Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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:

vThe task code such as TR, RV etc.string
tThe default title (typically in English unless changed by admin)string


EXAMPLES

N/A




  • No labels