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": "024d386a-27d9-4218-870c-7e53e2a2fcae", "Name": "sample string 2", "Start": "2025-10-19T09:03:23.619962+00:00", "End": "2025-10-19T09:03:23.619962+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "57d152fe-0d84-4859-aca5-01b64b2289ec", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "82625302-cdc4-4351-96e5-ffd6d192e34b", "_ts": 638964614036199620 }
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": "34ea66e9-5896-4730-b9f9-df3ca790766b", "Name": "sample string 2", "Start": "2025-10-19T09:03:23.619962+00:00", "End": "2025-10-19T09:03:23.619962+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "c48c9d2f-11c1-4035-9b90-fc11623d123c", "ConfigId": "1c89864c-df77-4cc1-8fd2-e9c6df86853b" }