GET api/agile/iterations?PlannerId={PlannerId}

Get All Iterations for a plan

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PlannerId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Iteration
NameDescriptionTypeAdditional 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": "d0cf1f78-492d-4503-8136-59a15b40f144",
    "Name": "sample string 2",
    "Start": "2024-10-18T08:37:18.3111194+00:00",
    "End": "2024-10-18T08:37:18.3111194+00:00",
    "TargetPoints": 5,
    "TargetHours": 6,
    "ExternalId": "sample string 7",
    "ExternalUrl": "sample string 8",
    "id": "ccbfd0aa-785a-47fc-944f-c874008f821a",
    "ConfigId": "a62c41a6-74bb-4fc1-a379-953473107206"
  },
  {
    "PlanId": "d0cf1f78-492d-4503-8136-59a15b40f144",
    "Name": "sample string 2",
    "Start": "2024-10-18T08:37:18.3111194+00:00",
    "End": "2024-10-18T08:37:18.3111194+00:00",
    "TargetPoints": 5,
    "TargetHours": 6,
    "ExternalId": "sample string 7",
    "ExternalUrl": "sample string 8",
    "id": "ccbfd0aa-785a-47fc-944f-c874008f821a",
    "ConfigId": "a62c41a6-74bb-4fc1-a379-953473107206"
  }
]