POST api/agile/createiterations
Create 1 or more iterations
Request Information
URI Parameters
None.
Body Parameters
NewIterationName | Description | Type | Additional information |
---|---|---|---|
Start | date |
None. |
|
DaysPerIteration | integer |
None. |
|
NumberOfIterations | integer |
None. |
|
TargetPoints | integer |
None. |
|
TargetHours | integer |
None. |
|
PlannerId | globally unique identifier |
None. |
|
GlobalIteration | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Start": "2025-10-19T09:03:48.4429021+00:00", "DaysPerIteration": 2, "NumberOfIterations": 3, "TargetPoints": 4, "TargetHours": 5, "PlannerId": "d09d10ee-a29b-4853-bc54-d2ce64e326a0", "GlobalIteration": true }
Response Information
Resource Description
Collection of IterationName | Description | Type | Additional 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": "7079866e-e531-4be2-9496-a4227a5cacae", "Name": "sample string 2", "Start": "2025-10-19T09:03:48.4429021+00:00", "End": "2025-10-19T09:03:48.4429021+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "0a5ac19f-8cf7-428a-886f-e477f33b3b2d", "ConfigId": "37cddc5b-26e9-45c6-9e42-6e165c890253" }, { "PlanId": "7079866e-e531-4be2-9496-a4227a5cacae", "Name": "sample string 2", "Start": "2025-10-19T09:03:48.4429021+00:00", "End": "2025-10-19T09:03:48.4429021+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "0a5ac19f-8cf7-428a-886f-e477f33b3b2d", "ConfigId": "37cddc5b-26e9-45c6-9e42-6e165c890253" } ]