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": "52e1d396-fe2a-4fe4-949f-7ac76ca29438", "Name": "sample string 2", "Start": "2025-09-03T17:54:01.1473786+00:00", "End": "2025-09-03T17:54:01.1473786+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "e4072a65-e689-4666-916f-c4239a8b2a7a", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "9281026e-a049-44e6-aec6-352f07fd478a", "_ts": 638925188411473786 }
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": "598e63ad-2f7a-47a5-8d66-cc2da0322703", "Name": "sample string 2", "Start": "2025-09-03T17:54:01.1473786+00:00", "End": "2025-09-03T17:54:01.1473786+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "0c2c15f2-8a65-4fcb-80b5-4aa657250afc", "ConfigId": "0dc57d4c-9cc8-4181-952f-6e08a77714ae" }