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": "d895b19c-c748-45b7-88af-538022087b77", "Name": "sample string 2", "Start": "2025-04-04T02:25:58.3961543+00:00", "End": "2025-04-04T02:25:58.3961543+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "3c9f6923-80e1-4d6c-af18-b0459db2a576", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "9843be54-f0ec-475d-be40-6a254013bd9f", "_ts": 638793303583961543 }
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": "55b53987-bb8b-424a-857e-f59848591ad5", "Name": "sample string 2", "Start": "2025-04-04T02:25:58.4117818+00:00", "End": "2025-04-04T02:25:58.4117818+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "426ae91b-9446-428f-84f4-1fe7e97b4fb6", "ConfigId": "270b5419-8236-4452-9c8d-d699cd943f12" }