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": "e24f3bb3-dbf6-4ddd-aa55-1ee49bfbc8d4", "Name": "sample string 2", "Start": "2025-07-08T17:42:59.4959549+00:00", "End": "2025-07-08T17:42:59.4959549+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "11e00849-5cf1-4366-90c9-784601c9b859", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "d89cd02d-86d2-45ae-bc32-b1d0d4a54c61", "_ts": 638875933794959549 }
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": "2a067c04-10cf-47a5-9732-c62b6babe787", "Name": "sample string 2", "Start": "2025-07-08T17:42:59.5115817+00:00", "End": "2025-07-08T17:42:59.5115817+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "5c5cef0d-df03-47d6-b787-0622d3213b95", "ConfigId": "43f2dac0-2684-4630-bdf9-f53cf0f8a992" }