Name | Type | Example Values | Description |
---|---|---|---|
leaves |
Boolean | true | |
depth |
Integer | -1 |
Name | Type | Description |
---|---|---|
Array | ||
[].activity_id | Integer | |
[].work | Integer | |
[].alerts | Array | |
[].project_id | Integer | |
[].client_id | ||
[].client_name | ||
[].created_at | String (Time ISO8601) | |
[].created_by | Integer | |
[].custom_field_values.Custom Status | String | |
[].done_on | ||
[].started_on | ||
[].delay_until | ||
[].parent_delay_until | ||
[].package_delay_until | ||
[].description | String | |
[].earliest_finish | String (Time ISO8601) | |
[].earliest_start | String (Time ISO8601) | |
[].expected_finish | String (Time ISO8601) | |
[].expected_start | String (Time ISO8601) | |
[].p98_finish | String (Time ISO8601) | |
[].global_priority | Array | |
[].global_priority[] | Integer | |
[].global_package_priority | Array | |
[].global_package_priority[] | Integer | |
[].has_note | Boolean | |
[].high_effort_remaining | Float | |
[].is_done | Boolean | |
[].is_on_hold | Boolean | |
[].effective_is_on_hold | Boolean | |
[].is_packaged_version | Boolean | |
[].is_estimated | Boolean | |
[].is_shared | Boolean | |
[].latest_finish | String (Time ISO8601) | |
[].low_effort_remaining | Float | |
[].manual_alert | String | |
[].max_effort | ||
[].name | String | |
[].assignments | Array | |
[].assignments[].person_id | Integer | |
[].assignments[].team_id | ||
[].assignments[].low_effort_remaining | Float | |
[].assignments[].high_effort_remaining | Float | |
[].assignments[].treeitem_id | Integer | |
[].assignments[].space_id | Integer | |
[].assignments[].activity_id | Integer | |
[].assignments[].is_done | Boolean | |
[].assignments[].daily_limit | ||
[].assignments[].position | Integer | |
[].assignments[].hours_logged | Integer | |
[].assignments[].expected_finish | String (Time ISO8601) | |
[].assignments[].expected_start | String (Time ISO8601) | |
[].assignments[].can_destroy | Boolean | |
[].assignments[].type | String | |
[].assignments[].id | Integer | |
[].parent_id | Integer | |
[].promise_by | ||
[].parent_promise_by | ||
[].package_promise_by | ||
[].external_reference | ||
[].package_id | Integer | |
[].parent_ids | Array | |
[].parent_ids[] | Integer | |
[].parent_crumbs | Array | |
[].parent_crumbs[] | String | |
[].package_ids | Array | |
[].package_ids[] | Integer | |
[].package_crumbs | Array | |
[].package_crumbs[] | String | |
[].updated_at | String (Time ISO8601) | |
[].updated_by | Integer | |
[].work_in_order | Boolean | |
[].type | String | |
[].id | Integer |
shows the entire tree under a workspace
2015-05-11 15:05:31 UTC
GET /api/workspaces/143500/tasks?depth=-1&leaves=true
leaves: true depth: -1
authorization: FILTERED content-type: application/json user-agent: curl/7.37.1
transfer-encoding: chunked connection: close content-length: 21275 x-xss-protection: 1; mode=block x-request-id: 7d15b552-25cc-45fe-8d9b-48c03425b630 x-lp-user: 552590 x-lp-space: 143500 x-lp-controller: Api::Tasks x-lp-action: index x-frame-options: SAMEORIGIN, SAMEORIGIN x-forwarded-proto: https x-content-type-options: nosniff x-cache: HIT x-api-version: 3.0.0 vary: X-API-Version strict-transport-security: max-age=15768000 status: 304 Not Modified server: ECD (pae/370C) last-modified: Mon, 11 May 2015 15:02:41 GMT etag: W/"0782d5e617776e62d82bcc016fdce507" date: Mon, 11 May 2015 15:05:31 GMT content-type: application/json; charset=utf-8 cache-control: max-age=0, private, must-revalidate accept-ranges: bytes
Shortened for readability
[ { "activity_id": 200404, "work": 0, "alerts": [ ], "project_id": 22473752, "client_id": null, "client_name": null, "created_at": "2015-05-11T14:33:20+00:00", "created_by": 552590, "custom_field_values": { "Custom Status": "Planned" }, "done_on": null, "started_on": null, "delay_until": null, "parent_delay_until": null, "package_delay_until": null, "description": "Use the Add Menu to create your first project. You can move, rename or delete items as you go.\n\nScroll down to the Notes section below to watch a short video that will show you how.", "earliest_finish": "2015-05-11T14:49:00+00:00", "earliest_start": "2015-05-11T14:34:00+00:00", "expected_finish": "2015-05-11T14:57:00+00:00", "expected_start": "2015-05-11T14:34:00+00:00", "p98_finish": "2015-05-11T15:08:00+00:00", "global_priority": [ 1, 301 ], "global_package_priority": [ 1, 201 ], "has_note": true, "high_effort_remaining": 0.5, "is_done": false, "is_on_hold": false, "effective_is_on_hold": false, "is_packaged_version": false, "is_estimated": true, "is_shared": false, "latest_finish": "2015-05-11T15:04:00+00:00", "low_effort_remaining": 0.25, "manual_alert": "", "max_effort": null, "name": "Learn how to add a project", "assignments": [ { "person_id": 552590, "team_id": null, "low_effort_remaining": 0.25, "high_effort_remaining": 0.5, "treeitem_id": 22473753, "space_id": 143500, "activity_id": 200404, "is_done": false, "daily_limit": null, "position": 1, "hours_logged": 0, "expected_finish": "2015-05-11T14:57:00+00:00", "expected_start": "2015-05-11T14:34:00+00:00", "can_destroy": false, "type": "Assignment", "id": 15323056 } ], "parent_id": 22473752, "promise_by": null, "parent_promise_by": null, "package_promise_by": null, "external_reference": null, "package_id": 22473750, "parent_ids": [ 22473745, 22473751 ], "parent_crumbs": [ "Getting Started", "Build your workspace" ], "package_ids": [ 22473745, 22473750 ], "package_crumbs": [ "ASAP" ], "updated_at": "2015-05-11T14:33:21+00:00", "updated_by": -42, "work_in_order": false, "type": "Task", "id": 22473753 }, { "activity_id": 200404, "work": 0, "alerts": [ ], "project_id": 22473752, "client_id": null, "client_name": null, "created_at": "2015-05-11T14:33:20+00:00", "created_by": 552590, "custom_field_values": { "Custom Status": "Planned" }, "done_on": null, "started_on": null, "delay_until": null, "parent_delay_until": null, "package_delay_until": null, "description": "Now that you've created a few projects and tasks in LiquidPlanner, it's time to think about priorities, deadlines and workflow. Use PACKAGES to help you organize and prioritize your work.\n\nWatch the videos in the Notes section, below, to learn how to organize and schedule your work.", "earliest_finish": "2015-05-11T15:21:00+00:00", "earliest_start": "2015-05-11T14:49:00+00:00", "expected_finish": "2015-05-11T16:12:00+00:00", "expected_start": "2015-05-11T14:57:00+00:00", "p98_finish": "2015-05-11T17:24:00+00:00", "global_priority": [ 1, 301 ], "global_package_priority": null, "has_note": true, "high_effort_remaining": 2, "is_done": false, "is_on_hold": false, "effective_is_on_hold": false, "is_packaged_version": false, "is_estimated": true, "is_shared": false, "latest_finish": "2015-05-11T16:54:00+00:00", "low_effort_remaining": 0.5, "manual_alert": "", "max_effort": null, "name": "Create a plan structure", "assignments": [ { "person_id": 552590, "team_id": null, "low_effort_remaining": 0.5, "high_effort_remaining": 2, "treeitem_id": 22473754, "space_id": 143500, "activity_id": 200404, "is_done": false, "daily_limit": null, "position": 1, "hours_logged": 0, "expected_finish": "2015-05-11T16:12:00+00:00", "expected_start": "2015-05-11T14:57:00+00:00", "can_destroy": false, "type": "Assignment", "id": 15323057 } ], "parent_id": 22473752, "promise_by": null, "parent_promise_by": null, "package_promise_by": null, "external_reference": null, "package_id": null, "parent_ids": [ 22473745, 22473751 ], "parent_crumbs": [ "Getting Started", "Build your workspace" ], "package_ids": [ ], "package_crumbs": [ ], "updated_at": "2015-05-11T14:33:21+00:00", "updated_by": -42, "work_in_order": false, "type": "Task", "id": 22473754 } ]