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": "6bb9dabd-cb6d-47f2-b5d8-366fe0b5511a", "Name": "sample string 2", "Start": "2024-12-18T20:08:00.0976694+00:00", "End": "2024-12-18T20:08:00.0976694+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "480dff02-d267-4d57-b72a-cd688e97aaf7", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "50ff9963-fba6-4522-8797-81fd2ddb21de", "_ts": 638701492800976694 }
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": "ef346760-cc5a-4a84-855c-f8d1464eaa27", "Name": "sample string 2", "Start": "2024-12-18T20:08:00.0976694+00:00", "End": "2024-12-18T20:08:00.0976694+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "e882fa43-de1e-458f-a0c3-4f2d57ae9eba", "ConfigId": "1a802c5a-e7cb-4ad7-8003-dcc70ccfb0da" }