---
title: "Daypart Search"
method: GET
path: "/daypart"
tags: ["dayPart"]
---

# Daypart Search

`GET /daypart`

Search dayparts

## Query parameters

- `dayPartId` integer
- `name` string
- `embed` string
- `sortBy` 'dayPartId' | 'name' | 'startTime' | 'endTime' | 'description'
- `sortDir` 'asc' | 'desc'

## Response `200`

successful operation

- DayPart[]
  - `dayPartId` integer — The ID of this Daypart
  - `isAlways` integer — A readonly flag determining whether this DayPart is always
  - `isCustom` integer — A readonly flag determining whether this DayPart is custom

---

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