This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!
GET
GET /gtl/task/modifiable/<solution_dbid>/<task_id>
{
"attribute_definitions":
[
{
"name": "<attribute name>",
"label": "<localized attribute label>",
"type": "<string/date/int/list>",
"values":
[
{
"value": "<name or value>",
"label": "<display name>"
},
"editable_list": <true/false>,
...
],
"category": "core/ext/data",
},
...
],
"attribute_values":
{
"core":
{
"<attribute_name>":
{
"value": <value>
},...
},
"ext":
{
...
},
"data":
{
...
}
}
}