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": "31233a16-35a2-43b9-9b18-18d7dcc39516", "Name": "sample string 2", "Start": "2025-04-04T02:29:16.2823439+00:00", "End": "2025-04-04T02:29:16.2823439+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "6c78f5c2-0b0c-421c-8072-31b5d6e66a4c", "ConfigId": "2fb0737f-7a8b-4023-8491-88079f9ef401" }, { "PlanId": "31233a16-35a2-43b9-9b18-18d7dcc39516", "Name": "sample string 2", "Start": "2025-04-04T02:29:16.2823439+00:00", "End": "2025-04-04T02:29:16.2823439+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "6c78f5c2-0b0c-421c-8072-31b5d6e66a4c", "ConfigId": "2fb0737f-7a8b-4023-8491-88079f9ef401" } ]