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/<solution_dbid>/<task_id>
{
"attribute_definitions":
[
{
"name": "<attribute name>",
"label": "<localized attribute label>",
"type": "<string/date/int/img/list/age>",
"category": "<core/ext/data>"
},
...
],
"task":
{
"core":
{
"<attribute_name>":
{
"value": <value>,
"display_value": <display value>,
"tooltip": <tooltip>,
"missing": true
},...
},
"ext":
{
...
},
"data":
{
...
}
}
}
"value":
{
"start": "<start_date_time>",
"end": "<optional_end_date_time>"
}