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-08T17:45:48.2773994+00:00", "DaysPerIteration": 2, "NumberOfIterations": 3, "TargetPoints": 4, "TargetHours": 5, "PlannerId": "0a7dad4e-ee68-418d-9b08-e9cdac4161c7", "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": "0aa360e0-d2cf-4ccd-a8fd-c984dbf5f78f", "Name": "sample string 2", "Start": "2025-07-08T17:45:48.2773994+00:00", "End": "2025-07-08T17:45:48.2773994+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "ac15f9b3-bd04-4f4c-a7c5-72a310e0d611", "ConfigId": "f2f29f0c-d00a-4663-92f1-6d371f11ee14" }, { "PlanId": "0aa360e0-d2cf-4ccd-a8fd-c984dbf5f78f", "Name": "sample string 2", "Start": "2025-07-08T17:45:48.2773994+00:00", "End": "2025-07-08T17:45:48.2773994+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "ac15f9b3-bd04-4f4c-a7c5-72a310e0d611", "ConfigId": "f2f29f0c-d00a-4663-92f1-6d371f11ee14" } ]