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-05-23T19:37:08.4422559+00:00", "DaysPerIteration": 2, "NumberOfIterations": 3, "TargetPoints": 4, "TargetHours": 5, "PlannerId": "c882961c-fa77-41e7-9f42-752f8805fc6b", "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": "2611eadf-1c9a-4a9f-bb46-7a4cd9582627", "Name": "sample string 2", "Start": "2025-05-23T19:37:08.4422559+00:00", "End": "2025-05-23T19:37:08.4422559+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "c789a6cd-9d11-4d7b-9b22-3cb1ef464d29", "ConfigId": "1294b32f-7048-445f-a149-57488df9f1f5" }, { "PlanId": "2611eadf-1c9a-4a9f-bb46-7a4cd9582627", "Name": "sample string 2", "Start": "2025-05-23T19:37:08.4422559+00:00", "End": "2025-05-23T19:37:08.4422559+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "c789a6cd-9d11-4d7b-9b22-3cb1ef464d29", "ConfigId": "1294b32f-7048-445f-a149-57488df9f1f5" } ]