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": "2024-12-13T18:48:58.5681187+00:00", "DaysPerIteration": 2, "NumberOfIterations": 3, "TargetPoints": 4, "TargetHours": 5, "PlannerId": "ac838586-94a9-4248-9f7d-32f1ac5ad576", "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": "a3167ae2-41f6-4afd-88cf-6555bf6cb413", "Name": "sample string 2", "Start": "2024-12-13T18:48:58.5681187+00:00", "End": "2024-12-13T18:48:58.5681187+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "1ac1b8a1-c62a-438c-9f10-9078f3c7fb88", "ConfigId": "d3c7e678-7a9a-48b5-94e5-999884c19e26" }, { "PlanId": "a3167ae2-41f6-4afd-88cf-6555bf6cb413", "Name": "sample string 2", "Start": "2024-12-13T18:48:58.5681187+00:00", "End": "2024-12-13T18:48:58.5681187+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "1ac1b8a1-c62a-438c-9f10-9078f3c7fb88", "ConfigId": "d3c7e678-7a9a-48b5-94e5-999884c19e26" } ]