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": "4597400c-67a0-4e87-857f-0ea2216d1de7", "Name": "sample string 2", "Start": "2025-05-23T19:17:32.1160795+00:00", "End": "2025-05-23T19:17:32.1160795+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "7b8e0163-0b23-4dbe-9fde-6a0cc50b542b", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "4879136a-ecb4-4484-8f5f-336c19667770", "_ts": 638836246521160795 }
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": "b3648e4d-ec52-4d57-854c-1bbfde8e784e", "Name": "sample string 2", "Start": "2025-05-23T19:17:32.1160795+00:00", "End": "2025-05-23T19:17:32.1160795+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "41473592-82bf-42d6-8ce9-80d7801b69c8", "ConfigId": "427c491b-7fa9-4c50-966a-efb72c02b321" }