Revision as of 11:03, December 19, 2017 by Peter Chaplin (talk | contribs) (Update with the copy of version: DRAFT900)
Export selected tasks
Method
POST
Syntax
POST /gtl/tasks/<solution_dbid>?entity_dbid=<dbid>&entity_type=<department/process/capturePoint/solution>&filter=<filter_name>&order_by=<qualified_attribute_name>&order_direction=<ascending/descending>&snapshot_id=<snapshot_id>Headers
Accept: application/xml,*/*Request Body
{
"include": [ <task_id1>, <task_id2>, ...]
}Or:
{
"exclude": [ <task_id1>, <task_id2>, ...]
}- It is not allowed to send both "include" and "exclude" lists.
- snapshot_id is mandatory.
- The returned format is XML.
- It is necessary to set the Accept header with application/xml as the first value. The following "*/*" is needed to correctly return an error message in JSON.
Comments or questions about this documentation? Contact us for support!
