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": "b42b9313-24f3-4cb2-b2e6-4400e6497a7b", "Name": "sample string 2", "Start": "2025-09-03T17:56:17.0720627+00:00", "End": "2025-09-03T17:56:17.0720627+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "35dffae5-1c3f-4f14-877d-dae161541ecb", "ConfigId": "0f9766e7-226b-4cca-9cf8-6ee6e079f508" }, { "PlanId": "b42b9313-24f3-4cb2-b2e6-4400e6497a7b", "Name": "sample string 2", "Start": "2025-09-03T17:56:17.0720627+00:00", "End": "2025-09-03T17:56:17.0720627+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "35dffae5-1c3f-4f14-877d-dae161541ecb", "ConfigId": "0f9766e7-226b-4cca-9cf8-6ee6e079f508" } ]