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": "bf09d317-e80b-4957-86dc-48525f854aa9", "Name": "sample string 2", "Start": "2025-10-19T09:03:49.5054242+00:00", "End": "2025-10-19T09:03:49.5054242+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "8663b48e-6d97-4538-a764-7aebfc313429", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "c1566d73-4a07-41c8-86de-b1a47169eb72", "_ts": 638964614295054242 }
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": "0a3cae6b-489f-4e81-b0d5-37b07e520fdf", "Name": "sample string 2", "Start": "2025-10-19T09:03:49.5054242+00:00", "End": "2025-10-19T09:03:49.5054242+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "a0c3d7f2-9319-4474-8b32-9ddced4c9169", "ConfigId": "f300da72-721a-44ba-8a82-7a6d604b726e" }