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": "360b4460-3550-4ba9-aa46-96f193b1007a", "Name": "sample string 2", "Start": "2025-05-23T19:49:50.1750488+00:00", "End": "2025-05-23T19:49:50.1750488+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "76d25078-b28e-4712-a06b-e6572ef808d3", "ConfigId": "eb07daa1-314d-49da-9a31-73e4acb97008" }, { "PlanId": "360b4460-3550-4ba9-aa46-96f193b1007a", "Name": "sample string 2", "Start": "2025-05-23T19:49:50.1750488+00:00", "End": "2025-05-23T19:49:50.1750488+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "76d25078-b28e-4712-a06b-e6572ef808d3", "ConfigId": "eb07daa1-314d-49da-9a31-73e4acb97008" } ]