POST v1/Gantt/Link

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GanttOutModelChange
NameDescriptionTypeAdditional information
type

enmTypeChn

None.

sid

integer

None.

tid

integer

None.

dbId

integer

None.

Response Formats

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

Sample:
{
  "type": "inserted",
  "sid": 1,
  "tid": 2,
  "dbId": 3
}

text/html

Sample:
{"type":"inserted","sid":1,"tid":2,"dbId":3}