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": "9dbd8ce6-4e21-4dcf-bac2-f6e412a4e037", "Name": "sample string 2", "Start": "2025-07-08T17:34:23.6826779+00:00", "End": "2025-07-08T17:34:23.6826779+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "04a0df73-a122-4a0e-ab50-d4da79a4711b", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "6a5b846a-6213-4ecb-b091-4e818d21c493", "_ts": 638875928636826779 }
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": "b29ae7f3-99ee-4e97-8132-7938868ad61f", "Name": "sample string 2", "Start": "2025-07-08T17:34:23.6826779+00:00", "End": "2025-07-08T17:34:23.6826779+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "9a698bb8-91b2-47d3-a60d-8697adfae400", "ConfigId": "cf1913cf-f01a-4033-a6c7-0283195f9bc6" }