---
title: "Changes to Gets a list of Todo items of a specific state"
method: GET
path: "/lists/{listId}/items/state/{state}"
---

# Changes to Gets a list of Todo items of a specific state

`GET /lists/{listId}/items/state/{state}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 3 revisions.

- **2023-01-11** `5eb2c9dd8927` — 3 breaking
- **2022-03-25** `0da8ac805a39` — 3 breaking

## Changes

- **2023-01-11** `5eb2c9dd8927` — 3 breaking
  - for the `query` request parameter `skip`, default value `0` was added
  - for the `query` request parameter `top`, default value `20` was added
  - the response's body type/format changed from ``/`` to `array`/`` for status `200`
- **2022-03-25** `0da8ac805a39` — 3 breaking
  - for the `query` request parameter `skip`, default value `0` was removed
  - for the `query` request parameter `top`, default value `20` was removed
  - the response's body type/format changed from `array`/`` to ``/`` for status `200`

---

[Operation](https://skmtc.dev/azure/apis/simple-todo-api/docs/lists/:listId/items/state/:state/get.md) · [API](https://skmtc.dev/azure/apis/simple-todo-api.md) · [Page](https://skmtc.dev/azure/apis/simple-todo-api/changes/lists/:listId/items/state/:state/get)
