View a task

Prerequisites
  • Minimum required session ID privileges: Software administrator.

Procedure

  1. Select the task URI.
  2. To view the details of a specific task, get the task URI from Step 1.

    GET /rest/tasks/{id}

    Specify the {id} of the task.

  3. To retrieve the tree view of the task, specify view=tree as a parameter.
  4. To retrieve a tree view of the task when the number of children is high, specify view=aggregatedTree as the parameter along with the childLimit and topCount.
  5. To retrieve the tasks in a preordered flat array structure, specify view=flat-tree.

This procedure retrieves overview details of the selected task.