---
title: "GET todo_lists"
method: GET
path: "/v3/administrations/{administration_id}/todo_lists"
tags: ["TodoLists"]
---

# GET todo_lists

`GET /v3/administrations/{administration_id}/todo_lists`

Returns todo lists of the administration

## Path parameters

- `administration_id` string, required

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `sort` string
- `fields[todo_list]` string
- `include` string
- `filter[id]` string
- `filter[title]` string
- `filter[archived]` string
- `filter[administration]` string
- `filter[task_cost_for_hours]` string
- `include_archived` boolean

## Headers

- `Accept-Language` string

## Response `200`

TodoListCollectionResponse

## Other responses

- `429` — Error
- `default` — Error

---

[API](https://skmtc.net/bookingexperts/apis/booking-experts-api-v3.md) · [All operations](https://skmtc.net/bookingexperts/apis/booking-experts-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bookingexperts/booking-experts-api-v3/versions/07dab8f7a8ec/schema)
