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-07-16T11:58:45.6100113+00:00", "DaysPerIteration": 2, "NumberOfIterations": 3, "TargetPoints": 4, "TargetHours": 5, "PlannerId": "76698d4c-6670-4abb-b9c7-61f94abdbeb8", "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": "a52907ef-f864-417b-9735-100f24506830", "Name": "sample string 2", "Start": "2025-07-16T11:58:45.6256165+00:00", "End": "2025-07-16T11:58:45.6256165+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "9556320c-bf03-4841-ab17-b63d5f3202d5", "ConfigId": "76d71baf-1987-4e59-8367-ce83d0599df4" }, { "PlanId": "a52907ef-f864-417b-9735-100f24506830", "Name": "sample string 2", "Start": "2025-07-16T11:58:45.6256165+00:00", "End": "2025-07-16T11:58:45.6256165+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "9556320c-bf03-4841-ab17-b63d5f3202d5", "ConfigId": "76d71baf-1987-4e59-8367-ce83d0599df4" } ]