...
v | Unique group ID. | int |
t | Name of group. | string |
dynamic | Indicates if the group is dynamic (true) or static (false). | bool |
task | The task code for which the group is defined. Example: TR, RV, PROOF. | string |
taskt | The task name such as "Translation", "Revision", etc. | string |
EXAMPLES
List of countries with 3 letter code and name.
Code Block |
---|
[ { "v": 10, "t": "Preferred Translators", "dynamic": false, "task": "TR", "taskt": "Translation" }, { "v": 15, "t": "Preferred Revisers", "dynamic": true, "task": "RV", "taskt": "Revision" }, ... ] |