---
title: "List working patterns"
method: GET
path: "/working_patterns"
tags: ["Working patterns"]
---

# List working patterns

`GET /working_patterns`

## Response `200`

OK

- object
  - `data` WorkingPattern[]
    - `id` integer
    - `name` string
    - `monday_hours` string
    - `tuesday_hours` string
    - `wednesday_hours` string
    - `thursday_hours` string
    - `friday_hours` string
    - `saturday_hours` string
    - `sunday_hours` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

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