GET api/agile/iterations?PlannerId={PlannerId}
Get All Iterations for a plan
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PlannerId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "6e67d557-b1e6-4583-b808-e376edf1c855", "Name": "sample string 2", "Start": "2024-12-14T11:27:10.7203945+00:00", "End": "2024-12-14T11:27:10.7203945+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "e0b7b694-5efe-4611-9111-ad3572e4b978", "ConfigId": "0925aa06-765d-402b-88c4-32c02d1595f7" }, { "PlanId": "6e67d557-b1e6-4583-b808-e376edf1c855", "Name": "sample string 2", "Start": "2024-12-14T11:27:10.7203945+00:00", "End": "2024-12-14T11:27:10.7203945+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "e0b7b694-5efe-4611-9111-ad3572e4b978", "ConfigId": "0925aa06-765d-402b-88c4-32c02d1595f7" } ]