Skip to main content
Planview Customer Success Center

Get a specified planning increment

GET /io/series/:seriesId/increment/:incrementId

Get a planning increment by series and increment ids.

Example Request

1curl -X GET \
3  -H 'Authorization: Basic base64encodedauthhere'

Example successful response

1200 OK
2{
3    "id": "56789",
4    "label": "PI-1",
5    "planningSeriesId": "1234",
6    "startDate": "2022-01-01",
7    "endDate": "2022-01-31",
8    "parentPlanningIncrementId": null
9}



Updated 2021-10-27 @ 15:10 PM