Jump to: navigation, search

Fetch list of task IDs from current snapshot

Method

GET

Syntax

GET /gtl/task_ids/<solution_dbid>?snapshot_id=<snapshot_id>
  • snapshot_id is mandatory

Response Body

[
  "<task_id_1>",
  "<task_id_2>",
  ...
]
  • According to the Interaction Server configuration, there may be up to 2000 task IDs for one snapshot (See: the configuration option))
  • Or, when a snapshot or solution with the given ID not found:
HTTP 404 Not Found
This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!