POST api/agile/iterations

Create Iteration

Request Information

URI Parameters

None.

Body Parameters

Iteration
NameDescriptionTypeAdditional information
PlanId

globally unique identifier

None.

Name

string

None.

Start

date

None.

End

date

None.

TargetPoints

integer

None.

TargetHours

integer

None.

ExternalId

string

None.

ExternalUrl

string

None.

id

globally unique identifier

None.

ConfigId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PlanId": "a4bbd68d-0598-44cb-8015-b3b2be4dd098",
  "Name": "sample string 2",
  "Start": "2024-10-18T08:33:12.3062222+00:00",
  "End": "2024-10-18T08:33:12.3062222+00:00",
  "TargetPoints": 5,
  "TargetHours": 6,
  "ExternalId": "sample string 7",
  "ExternalUrl": "sample string 8",
  "__app__": "WORKPLANNER",
  "__entity_kind__": "WorkPlanner.Models.Iteration",
  "id": "c29de8a6-906e-4fe5-9b2f-63ff36f8bcd7",
  "RestoreFromId": "00000000-0000-0000-0000-000000000000",
  "ConfigId": "44106142-ea4a-45e6-bb1c-c022d1986fbb",
  "_ts": 638648371923062222
}

Response Information

Resource Description

Iteration
NameDescriptionTypeAdditional information
PlanId

globally unique identifier

None.

Name

string

None.

Start

date

None.

End

date

None.

TargetPoints

integer

None.

TargetHours

integer

None.

ExternalId

string

None.

ExternalUrl

string

None.

id

globally unique identifier

None.

ConfigId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "PlanId": "ddf1388d-611a-4b59-b462-0b588f101e22",
  "Name": "sample string 2",
  "Start": "2024-10-18T08:33:12.3062222+00:00",
  "End": "2024-10-18T08:33:12.3062222+00:00",
  "TargetPoints": 5,
  "TargetHours": 6,
  "ExternalId": "sample string 7",
  "ExternalUrl": "sample string 8",
  "id": "72f40ad9-c5ca-4f69-96ef-2a52b25f65db",
  "ConfigId": "932155fd-032c-4eb1-a668-c295be7213ff"
}