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": "7f9e0502-90fd-4374-a7ea-ce4e34aece60", "Name": "sample string 2", "Start": "2025-09-03T17:57:41.9553111+00:00", "End": "2025-09-03T17:57:41.9553111+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "a0d4030e-9769-423e-9bff-60ef9e6b8f25", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "2d443306-0b4c-4394-a7e2-51fd034dc644", "_ts": 638925190619553111 }
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": "36e8f0b3-c482-411a-992c-e0a6e01e4c08", "Name": "sample string 2", "Start": "2025-09-03T17:57:41.9553111+00:00", "End": "2025-09-03T17:57:41.9553111+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "68eb4e1a-951e-4d5a-9e3b-7d836acef363", "ConfigId": "3f1b46de-d27a-4dba-bfc6-7c91cf9d3feb" }