This page was last edited on June 30, 2020, at 16:08.
Comments or questions about this documentation? Contact us for support!
GET
POST
GET /gtl/tasks/{solutionDbid}/{page}
POST /gtl/tasks/{solutionDbid}/{page}/search
Accept: application/xml,*/*
{
"include": [ <task_id1>, <task_id2>, ...]
}
Or:
{
"exclude": [ <task_id1>, <task_id2>, ...]
}
{
"content": {
"include": [ <task_id1>, <task_id2>, ...]
},
"qlExpression": [<ql_item>, <ql_item>, ...]
}
Or:
{
"content": {
"exclude": [ <task_id1>, <task_id2>, ...]
},
"qlExpression": [<ql_item>, <ql_item>, ...]
}