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": "8f6cd7cb-9878-409f-89b0-296e60e25eeb", "Name": "sample string 2", "Start": "2025-07-16T12:01:19.6493244+00:00", "End": "2025-07-16T12:01:19.6493244+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "07d3ba24-b27d-4d7b-8ad2-bea0b99c088d", "ConfigId": "30775fdc-3a71-4c95-9ba9-543e134edfff" }, { "PlanId": "8f6cd7cb-9878-409f-89b0-296e60e25eeb", "Name": "sample string 2", "Start": "2025-07-16T12:01:19.6493244+00:00", "End": "2025-07-16T12:01:19.6493244+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "07d3ba24-b27d-4d7b-8ad2-bea0b99c088d", "ConfigId": "30775fdc-3a71-4c95-9ba9-543e134edfff" } ]