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-09-03T17:55:10.6020007+00:00", "DaysPerIteration": 2, "NumberOfIterations": 3, "TargetPoints": 4, "TargetHours": 5, "PlannerId": "7977fda6-8fc4-44b2-8ca9-5fbe6bab0463", "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": "4cb105c3-4773-4ca2-b21a-37933f8855b1", "Name": "sample string 2", "Start": "2025-09-03T17:55:10.6020007+00:00", "End": "2025-09-03T17:55:10.6020007+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "fd1692b2-0116-45aa-aaf4-dd68f0c02ea6", "ConfigId": "3b641c7d-4464-444a-9aee-939bf2e967c7" }, { "PlanId": "4cb105c3-4773-4ca2-b21a-37933f8855b1", "Name": "sample string 2", "Start": "2025-09-03T17:55:10.6020007+00:00", "End": "2025-09-03T17:55:10.6020007+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "fd1692b2-0116-45aa-aaf4-dd68f0c02ea6", "ConfigId": "3b641c7d-4464-444a-9aee-939bf2e967c7" } ]