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": "664d14a3-d0f8-4a31-9d14-9a09f5fbac9e", "Name": "sample string 2", "Start": "2025-07-08T17:54:39.6204037+00:00", "End": "2025-07-08T17:54:39.6204037+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "2b5d4dba-d38d-4b83-a00d-7d6b5e293361", "ConfigId": "38cfb7b8-d702-4aa6-865c-8b8529e07593" }, { "PlanId": "664d14a3-d0f8-4a31-9d14-9a09f5fbac9e", "Name": "sample string 2", "Start": "2025-07-08T17:54:39.6204037+00:00", "End": "2025-07-08T17:54:39.6204037+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "2b5d4dba-d38d-4b83-a00d-7d6b5e293361", "ConfigId": "38cfb7b8-d702-4aa6-865c-8b8529e07593" } ]