AlphaAlpha Docs

Get tasks by epic

Retrieves all tasks belonging to an epic

GET
/hr/tasks/by-epic/{epicId}
AuthorizationBearer <token>

In: header

Path Parameters

epicId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/hr/tasks/by-epic/string"
[
  {
    "assigneeId": "string",
    "clientRef": "string",
    "completedAt": "2019-08-24T14:15:22Z",
    "created": "2019-08-24T14:15:22Z",
    "createdBy": "string",
    "description": "string",
    "dueDate": "2019-08-24",
    "epicId": "string",
    "estimatedHours": 0.1,
    "events": [
      {
        "authorId": "string",
        "date": "2019-08-24T14:15:22Z",
        "description": "string",
        "id": "string",
        "type": "CREATE"
      }
    ],
    "featureId": "string",
    "id": "string",
    "labels": [
      "string"
    ],
    "links": [
      {
        "label": "string",
        "url": "string"
      }
    ],
    "name": "string",
    "number": "string",
    "order": 0.1,
    "priority": "LOW",
    "projectId": "string",
    "sprintId": "string",
    "status": "TODO",
    "storyPoints": 0,
    "taskType": "TASK",
    "tenantId": "string",
    "updated": "2019-08-24T14:15:22Z",
    "updatedBy": "string"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}