Get your own tasks


GET /api/me/task/:type

Returns your own tasks of the specified type.

Endpoint URL

https://<space_id>.repsona.com/api/me/task/:type

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
typeenum (responsible, ballHolding, following)Type. Can be assigned, ball retention, or follow..

Example responses

{
  "requestedBy": 1,
  "tasks": [
    {
      "tags": [],
      "createdAt": 1672498800000,
      "updatedAt": 1672498800000,
      "id": 1746,
      "name": "test4",
      "sortOrder": 9,
      "priority": null,
      "planned": null,
      "actual": null,
      "description": "",
      "dueDate": 1672498800000,
      "startDate": null,
      "space": 1,
      "status": {
        "createdAt": 1672498800000,
        "updatedAt": 1672498800000,
        "id": 1746,
        "name": "Todo",
        "sortOrder": 0,
        "isClosed": false,
        "color": null,
        "space": 1,
        "project": 1
      },
      "parent": null,
      "project": {
        "createdAt": 1672498800000,
        "updatedAt": 1672498800000,
        "id": 1746,
        "name": "elephant-website",
        "fullName": "Elephant website development project",
        "purpose": "",
        "avatarUrl": "/dummy/project-icon1.png",
        "productImageUrl": "",
        "sortOrder": 0,
        "free": true,
        "isClosed": false,
        "isPublic": false,
        "extra": null,
        "space": 1
      },
      "milestone": null,
      "responsibleUser": 1,
      "ballHoldingUser": 1,
      "parents": []
    }
  ]
}

Human-centered, best team!

Repsona is an ideal work management tool for your team
Get started for free