---
title: "Retrieve Day Part Settings"
method: GET
path: "/v2/company/{company_id}/day_part/settings"
tags: ["Day Part"]
---

# Retrieve Day Part Settings

`GET /v2/company/{company_id}/day_part/settings`

## Path parameters

- `company_id` integer, required

## Query parameters

- `location_id` integer

## Headers

- `x-api-version` string — An API version
- `x-company-guid` string, uuid

## Response `200`

OK

- object
  - `data` object[], required
    - `uuid` string, uuid, nullable, required
    - `location_id` integer, required
    - `name` string, required
    - `segments` object[], required
      - `uuid` string, uuid
      - `day_part_uuid` string, uuid
      - `day_of_week` 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday', required
      - `start_time` string, required
      - `end_time` string, required
    - `created` string, date-time
    - `modified` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

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