POST api/agile/iterations/{id}
Update an Iteration
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
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": "3b02f619-0626-4b8b-b7ed-98434924583c", "Name": "sample string 2", "Start": "2025-07-11T13:27:41.2089745+00:00", "End": "2025-07-11T13:27:41.2089745+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "64deb972-2dca-4a4b-bd1c-c94605e64fc9", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "e1035f68-4a35-4a68-9209-b123992447fd", "_ts": 638878372612089745 }
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": "cf066e30-b057-4df3-b59c-19f60fac486f", "Name": "sample string 2", "Start": "2025-07-11T13:27:41.2089745+00:00", "End": "2025-07-11T13:27:41.2089745+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "0f2a2503-fce9-42bf-ae55-96206c5251bd", "ConfigId": "c88f214c-2df5-434d-8deb-ba9f776aa355" }