---
title: "Get All Assignments"
method: GET
path: "/resource-planner/assignments"
tags: ["Schedule"]
---

# Get All Assignments

`GET /resource-planner/assignments`

List schedule assignments across the team. Supports filtering by date range, project, and member.

## Query parameters

- `type` 'time-off' | 'assignment'
- `project` string
- `task` string
- `client` number
- `from` string
- `to` string
- `allowRemovedUsers` boolean

## Response `200`

OK

- Assignment[]
  - `days` number — Number of workdays
  - `endDate` string
  - `id` number
  - `project` string
  - `startDate` string
  - `time` number — Scheduled time in seconds
  - `type` 'project' | 'time-off'
  - `user` number

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/everhour/apis/everhour-api.md) · [All operations](https://skmtc.net/everhour/apis/everhour-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everhour/everhour-api/revisions/fc6136e33352/schema)
