---
title: "Daypart Search by ID"
method: GET
path: "/daypart/{dayPartId}"
tags: ["dayPart"]
---

# Daypart Search by ID

`GET /daypart/{dayPartId}`

Get the DayPart object specified by the provided daypartId

## Path parameters

- `dayPartId` integer, required

## Query parameters

- `embed` string

## Response `200`

successful operation

- DayPart — Class 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

## Changes

- **2026-07-30** `fe497e811c7f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/daypart/:dayPartId/get.md)

---

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