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": "855a38c3-88b2-4e41-a980-3192c46c602c", "Name": "sample string 2", "Start": "2025-10-19T09:16:53.5666948+00:00", "End": "2025-10-19T09:16:53.5666948+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "4e093e75-1f38-4294-80ea-7162918122fa", "ConfigId": "987ee918-0c7e-478c-a6cc-d97a6b4ffdc0" }, { "PlanId": "855a38c3-88b2-4e41-a980-3192c46c602c", "Name": "sample string 2", "Start": "2025-10-19T09:16:53.5666948+00:00", "End": "2025-10-19T09:16:53.5666948+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "4e093e75-1f38-4294-80ea-7162918122fa", "ConfigId": "987ee918-0c7e-478c-a6cc-d97a6b4ffdc0" } ]