---
title: "Fetch all restaurant timings"
method: GET
path: "/restaurant_timings"
tags: ["RestaurantTiming"]
---

# Fetch all restaurant timings

`GET /restaurant_timings`

Returns all restaurant timings from the system

## Query parameters

- `q` string, string
- `filter` string, string

## Response `200`

Fetched restaurant timings

- RestaurantTiming
  - `day` string, string — day.
  - `period` RestaurantTimingPeriod[]
    - `peroid_type` integer — period Type.
    - `start_time` string, date-time — Start time.
    - `end_time` string, date-time — End time.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/ofos-api-endpoints.md) · [All operations](https://skmtc.net/agriya/apis/ofos-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/ofos-api-endpoints/revisions/8db13a44d758/schema)
