---
title: "Gets list of Schedule Assignments."
method: GET
path: "/api/ScheduleAssignment"
tags: ["ScheduleAssignment"]
---

# Gets list of Schedule Assignments.

`GET /api/ScheduleAssignment`

Schedule assignments are per-day, and link to a parent Schedule Series.

## Query parameters

- `UpdatedAfter` string, date-time
- `ScheduleDateFrom` string, date-time
- `ScheduleDateTo` string, date-time
- `ScheduleSeriesID` integer
- `UserID` integer
- `UserEmail` string
- `pageSize` integer
- `pageNumber` integer
- `Sort` string

## Response `200`

Returns a paginated list of per-day schedule assignments.

- ScheduleAssignmentList — Paginated collection of per-day schedule assignments.
  - `ScheduleAssignments` ScheduleAssignmentDetails[] — The list of schedule assignment records for this page.
    - `ScheduleAssignmentID` integer — Unique identifier for the daily schedule assignment.
    - `AccountIDFK` integer — The Avaza account this schedule belongs to.
    - `UserIDFK` integer — The user this schedule is assigned to.
    - `ScheduleSeriesIDFK` integer — The parent schedule series this assignment belongs to.
    - `ScheduleDate` string, date-time — The specific date this assignment is for.
    - `Duration` number, double — Hours allocated for this specific day.
    - `DateCreated` string, date-time — Date and time the record was created.
    - `DateUpdated` string, date-time — Date and time the record was last updated.
  - `TotalCount` integer — Total number of records matching the query across all pages.
  - `PageNumber` integer — The current page number (1-based).
  - `PageSize` integer — The number of records per page.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/avaza/apis/avaza-api-documentation.md) · [All operations](https://skmtc.net/avaza/apis/avaza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avaza/avaza-api-documentation/versions/1eeadf750514/schema)
