GET v1/Gantt?startDateStr={startDateStr}&endDateStr={endDateStr}&parent_id={parent_id}&projectsIds={projectsIds}&showCompleted={showCompleted}&showRecurring={showRecurring}&showNoDatesIssues={showNoDatesIssues}&showSubTasks={showSubTasks}&curPage={curPage}&ownerId={ownerId}&sort1={sort1}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDateStr

string

Required

endDateStr

string

Required

parent_id

integer

Default value is 0

projectsIds

string

None.

showCompleted

integer

Default value is 0

showRecurring

integer

Default value is 0

showNoDatesIssues

integer

Default value is 0

showSubTasks

integer

Default value is 0

curPage

integer

Default value is 1

ownerId

integer

Default value is 0

sort1

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

GanttOutModel
NameDescriptionTypeAdditional information
data

None.

Response Formats

application/json, text/json, application/vnd.team.do+json

Sample:
{
  "data": [
    {
      "$has_child": 1,
      "open": true,
      "id": 3,
      "idPerCompany": 4,
      "start_date": "sample string 5",
      "end_date": "sample string 6",
      "duration": 7.1,
      "text": "sample string 8",
      "progress": 9.1,
      "parent": 10,
      "type": "task",
      "ownerName": "sample string 11",
      "projectName": "sample string 12",
      "statusName": "sample string 13",
      "statusId": 14,
      "isAllDay": true,
      "priorityName": "sample string 16",
      "priorityId": 17,
      "unscheduled": true,
      "create_date": "sample string 19"
    },
    {
      "$has_child": 1,
      "open": true,
      "id": 3,
      "idPerCompany": 4,
      "start_date": "sample string 5",
      "end_date": "sample string 6",
      "duration": 7.1,
      "text": "sample string 8",
      "progress": 9.1,
      "parent": 10,
      "type": "task",
      "ownerName": "sample string 11",
      "projectName": "sample string 12",
      "statusName": "sample string 13",
      "statusId": 14,
      "isAllDay": true,
      "priorityName": "sample string 16",
      "priorityId": 17,
      "unscheduled": true,
      "create_date": "sample string 19"
    }
  ],
  "links": [
    {
      "id": 1,
      "source": 2,
      "target": 3,
      "projectId": 4,
      "type": 64
    },
    {
      "id": 1,
      "source": 2,
      "target": 3,
      "projectId": 4,
      "type": 64
    }
  ],
  "totalRowCount": 1,
  "curPageRowCount": 2
}

text/html

Sample:
{"data":[{"$has_child":1,"open":true,"id":3,"idPerCompany":4,"start_date":"sample string 5","end_date":"sample string 6","duration":7.1,"text":"sample string 8","progress":9.1,"parent":10,"type":"task","ownerName":"sample string 11","projectName":"sample string 12","statusName":"sample string 13","statusId":14,"isAllDay":true,"priorityName":"sample string 16","priorityId":17,"unscheduled":true,"create_date":"sample string 19"},{"$has_child":1,"open":true,"id":3,"idPerCompany":4,"start_date":"sample string 5","end_date":"sample string 6","duration":7.1,"text":"sample string 8","progress":9.1,"parent":10,"type":"task","ownerName":"sample string 11","projectName":"sample string 12","statusName":"sample string 13","statusId":14,"isAllDay":true,"priorityName":"sample string 16","priorityId":17,"unscheduled":true,"create_date":"sample string 19"}],"links":[{"id":1,"source":2,"target":3,"projectId":4,"type":64},{"id":1,"source":2,"target":3,"projectId":4,"type":64}],"totalRowCount":1,"curPageRowCount":2}