SpyREST

Supported by Mashape

Home » app.liquidplanner.com Versions » Default Resources » Task » GET /api/workspaces/143500/upcoming_tasks

GET /api/workspaces/143500/upcoming_tasks

Description

Query Parameters

Name Type Example Values Description
member_id Integer 552590
limit Integer 10

Response Fields

Name Type Description
Array
[].group String
[].items Array
[].items[].activity_id Integer
[].items[].work Integer
[].items[].alerts Array
[].items[].project_id
[].items[].client_id
[].items[].client_name
[].items[].created_at String (Time ISO8601)
[].items[].created_by Integer
[].items[].custom_field_values.Custom Status String
[].items[].done_on
[].items[].started_on String
[].items[].delay_until
[].items[].parent_delay_until
[].items[].package_delay_until
[].items[].description String
[].items[].earliest_finish
[].items[].earliest_start
[].items[].expected_finish
[].items[].expected_start
[].items[].p98_finish
[].items[].global_priority Array
[].items[].global_priority[] Integer
[].items[].global_package_priority
[].items[].has_note Boolean
[].items[].high_effort_remaining Integer
[].items[].is_done Boolean
[].items[].is_on_hold Boolean
[].items[].effective_is_on_hold Boolean
[].items[].is_packaged_version Boolean
[].items[].is_estimated Boolean
[].items[].is_shared Boolean
[].items[].latest_finish
[].items[].low_effort_remaining Integer
[].items[].manual_alert String
[].items[].max_effort
[].items[].name String
[].items[].assignments Array
[].items[].assignments[].person_id Integer
[].items[].assignments[].team_id
[].items[].assignments[].low_effort_remaining Integer
[].items[].assignments[].high_effort_remaining Integer
[].items[].assignments[].treeitem_id Integer
[].items[].assignments[].space_id Integer
[].items[].assignments[].activity_id Integer
[].items[].assignments[].is_done Boolean
[].items[].assignments[].daily_limit
[].items[].assignments[].position Integer
[].items[].assignments[].hours_logged Integer
[].items[].assignments[].expected_finish
[].items[].assignments[].expected_start
[].items[].assignments[].can_destroy Boolean
[].items[].assignments[].type String
[].items[].assignments[].id Integer
[].items[].parent_id Integer
[].items[].promise_by
[].items[].parent_promise_by
[].items[].package_promise_by
[].items[].external_reference
[].items[].package_id
[].items[].parent_ids Array
[].items[].parent_ids[] Integer
[].items[].parent_crumbs Array
[].items[].parent_crumbs[] String
[].items[].package_ids Array
[].items[].package_crumbs Array
[].items[].updated_at String (Time ISO8601)
[].items[].updated_by Integer
[].items[].work_in_order Boolean
[].items[].type String
[].items[].id Integer
Write
Preview

Examples

shows the list of upcoming ...

shows the list of upcoming tasks in a workspaces for a different current user

Recorded at

2015-05-11 15:19:20 UTC

Try with cURL

Request URL

Requires Authorization
GET /api/workspaces/143500/upcoming_tasks?limit=10&member_id=552590      

Query Parameters

member_id: 552590
limit: 10
      

Request Headers

authorization: FILTERED
content-type: application/json
user-agent: curl/7.37.1
      

Response Headers

transfer-encoding: chunked
connection: close
content-length: 18219
x-xss-protection: 1; mode=block
x-request-id: 6ded07a2-9b1f-4048-a06d-cf826b4ebc3f
x-lp-user: 552590
x-lp-space: 143500
x-lp-controller: Api::Workspaces
x-lp-action: upcoming_tasks
x-frame-options: SAMEORIGIN, SAMEORIGIN
x-forwarded-proto: https
x-content-type-options: nosniff
x-api-version: 3.0.0
vary: X-API-Version
strict-transport-security: max-age=15768000
status: 200 OK
server: ECD (pae/37C5)
etag: W/"bc158e38dc486409ab0520dc3bac27a4"
date: Mon, 11 May 2015 15:19:20 GMT
content-type: application/json; charset=utf-8
cache-control: max-age=0, private, must-revalidate
      

Response Body

Shortened for readability

[
  {
    "group": "INBOX",
    "items": [
      {
        "activity_id": 200404,
        "work": 34,
        "alerts": [

        ],
        "project_id": null,
        "client_id": null,
        "client_name": null,
        "created_at": "2015-05-11T14:33:19+00:00",
        "created_by": 552590,
        "custom_field_values": {
          "Custom Status": "In Progress"
        },
        "done_on": null,
        "started_on": "2015-05-04",
        "delay_until": null,
        "parent_delay_until": null,
        "package_delay_until": null,
        "description": "The tasks in the Getting Started package will help you build your workspace and get your team members up and running.\n\nClick on a task to see details on how to complete it.\n\nGo to the HELP tab for instant access to training videos, help guide articles, and webinars.",
        "earliest_finish": null,
        "earliest_start": null,
        "expected_finish": null,
        "expected_start": null,
        "p98_finish": null,
        "global_priority": [
          1,
          1
        ],
        "global_package_priority": null,
        "has_note": true,
        "high_effort_remaining": 86,
        "is_done": false,
        "is_on_hold": false,
        "effective_is_on_hold": false,
        "is_packaged_version": false,
        "is_estimated": true,
        "is_shared": false,
        "latest_finish": null,
        "low_effort_remaining": 66,
        "manual_alert": "",
        "max_effort": null,
        "name": "Welcome to LiquidPlanner",
        "assignments": [
          {
            "person_id": 552590,
            "team_id": null,
            "low_effort_remaining": 66,
            "high_effort_remaining": 86,
            "treeitem_id": 22473747,
            "space_id": 143500,
            "activity_id": 200404,
            "is_done": false,
            "daily_limit": null,
            "position": 1,
            "hours_logged": 34,
            "expected_finish": null,
            "expected_start": null,
            "can_destroy": false,
            "type": "Assignment",
            "id": 15323050
          }
        ],
        "parent_id": 22473746,
        "promise_by": null,
        "parent_promise_by": null,
        "package_promise_by": null,
        "external_reference": null,
        "package_id": null,
        "parent_ids": [
          22473745,
          22473746
        ],
        "parent_crumbs": [
          "INBOX"
        ],
        "package_ids": [

        ],
        "package_crumbs": [

        ],
        "updated_at": "2015-05-11T15:10:32+00:00",
        "updated_by": 552590,
        "work_in_order": false,
        "type": "Task",
        "id": 22473747
      },
      {
        "activity_id": 200404,
        "work": 0,
        "alerts": [

        ],
        "project_id": null,
        "client_id": null,
        "client_name": null,
        "created_at": "2015-05-11T15:15:12+00:00",
        "created_by": 552590,
        "custom_field_values": {
        },
        "done_on": null,
        "started_on": null,
        "delay_until": null,
        "parent_delay_until": null,
        "package_delay_until": null,
        "description": "",
        "earliest_finish": null,
        "earliest_start": null,
        "expected_finish": null,
        "expected_start": null,
        "p98_finish": null,
        "global_priority": [
          1,
          1
        ],
        "global_package_priority": null,
        "has_note": false,
        "high_effort_remaining": 0,
        "is_done": false,
        "is_on_hold": false,
        "effective_is_on_hold": false,
        "is_packaged_version": false,
        "is_estimated": false,
        "is_shared": false,
        "latest_finish": null,
        "low_effort_remaining": 0,
        "manual_alert": "",
        "max_effort": null,
        "name": "A sample task",
        "assignments": [
          {
            "person_id": 552590,
            "team_id": null,
            "low_effort_remaining": 0,
            "high_effort_remaining": 0,
            "treeitem_id": 22474804,
            "space_id": 143500,
            "activity_id": 200404,
            "is_done": false,
            "daily_limit": null,
            "position": 1,
            "hours_logged": 0,
            "expected_finish": null,
            "expected_start": null,
            "can_destroy": false,
            "type": "Assignment",
            "id": 15324809
          }
        ],
        "parent_id": 22473746,
        "promise_by": null,
        "parent_promise_by": null,
        "package_promise_by": null,
        "external_reference": null,
        "package_id": null,
        "parent_ids": [
          22473745,
          22473746
        ],
        "parent_crumbs": [
          "INBOX"
        ],
        "package_ids": [

        ],
        "package_crumbs": [

        ],
        "updated_at": "2015-05-11T15:15:12+00:00",
        "updated_by": 552590,
        "work_in_order": false,
        "type": "Task",
        "id": 22474804
      }
    ]
  },
  {
    "group": "05/10/15 - 05/16/15",
    "from": "2015-05-10",
    "to": "2015-05-16",
    "items": [
      {
        "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-11T15:31:00+00:00",
        "earliest_start": "2015-05-11T15:16:00+00:00",
        "expected_finish": "2015-05-11T15:39:00+00:00",
        "expected_start": "2015-05-11T15:16:00+00:00",
        "p98_finish": "2015-05-11T15:50: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": true,
        "is_estimated": true,
        "is_shared": false,
        "latest_finish": "2015-05-11T15:46: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-11T15:39:00+00:00",
            "expected_start": "2015-05-11T15:16: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-11T16:02:00+00:00",
        "earliest_start": "2015-05-11T15:31:00+00:00",
        "expected_finish": "2015-05-11T16:54:00+00:00",
        "expected_start": "2015-05-11T15:39:00+00:00",
        "p98_finish": "2015-05-11T18:02: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-11T17:35: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:54:00+00:00",
            "expected_start": "2015-05-11T15:39: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
      }
    ]
  }
]