Fetch history
Method
GET
Syntax
GET /gtl/task_history/<solution_dbid>/<task_id>
Response Body
{
"task_id" : "<task ID>",
"rows_limited_to" : <number>,
"columns":
[
{
"name": "<column_ID>",
"label": "<localized column label>",
"type": "<string/date>"
}, ...
],
"history":
[
{
"date_time": "<date_time>",
"actor": "<actor>",
"event_code": "<event_code>",
"event": "<localized event message>"
}, ...
]
}
- "rows_limited_to" is added only when the configured maximum number of events has been achieved. Its value is the number of events.
This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!