POST api/agile/iterations
Create Iteration
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{ "PlanId": "8b7ff5ab-d090-4789-a081-4a222df59b57", "Name": "sample string 2", "Start": "2025-07-16T07:14:32.735452+00:00", "End": "2025-07-16T07:14:32.735452+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "ae996e0d-244a-49be-93c2-c50fa64729b6", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "5fa72021-b917-4923-8c81-18554391cb2a", "_ts": 638882468727354520 }
Response Information
Resource Description
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": "9660259d-7de1-4be3-9d71-91074ceb5705", "Name": "sample string 2", "Start": "2025-07-16T07:14:32.735452+00:00", "End": "2025-07-16T07:14:32.735452+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "3dbe4091-2707-45bc-bb56-393a024ab453", "ConfigId": "f73bf858-7706-4cbe-9fcd-b5bcab1348e0" }