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-04-04T02:27:57.6497271+00:00", "DaysPerIteration": 2, "NumberOfIterations": 3, "TargetPoints": 4, "TargetHours": 5, "PlannerId": "c6b91a7c-2615-4ca0-9f98-3b17640c468b", "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": "f507423d-c0d0-467e-9cff-c45f1db1aa97", "Name": "sample string 2", "Start": "2025-04-04T02:27:57.6497271+00:00", "End": "2025-04-04T02:27:57.6497271+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "7f50896e-e918-4060-af7f-08b3aa4ad31b", "ConfigId": "1a99aebc-fe47-48fb-baf4-a62350778f4d" }, { "PlanId": "f507423d-c0d0-467e-9cff-c45f1db1aa97", "Name": "sample string 2", "Start": "2025-04-04T02:27:57.6497271+00:00", "End": "2025-04-04T02:27:57.6497271+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "7f50896e-e918-4060-af7f-08b3aa4ad31b", "ConfigId": "1a99aebc-fe47-48fb-baf4-a62350778f4d" } ]