---
title: "More hours for your business"
method: GET
path: "/business/{business_id}/more_hours"
tags: ["Businesses"]
---

# More hours for your business

`GET /business/{business_id}/more_hours`

This endpoint allows you to view the **More Hours** set for your business.

## Path parameters

- `business_id` string, required

## Query parameters

- `category` string
- `country` string

## Response `200`

OK

- MoreHoursBusinessGetResponse
  - `more_hours` object[]
    - `gmb_id` string — More Hour ID.
    - `value` MoreHoursGet — The More Hours of the business and category (in its timezone). More hours are specified per weekday. Every value in this array is an object mapping weekdays (`monday`, `tuesday`, etc.) to a list of strings. These strings in turn represent time slots during which the business is open. For example, the following value sets the hours to 08:00-15:00 in the afternoon and 18:00-23:00 in the evening on Mondays: `{"monday": ["08:00-15:00", "18:00-23:00"]}` If a business is open 24 hours for a specific weekday, the value `["00:00-23:59"]` is used. If a business does not have any defined More Hours, `value` will be `null`.
      - `monday` TimeWindow[] — Open in the morning and in the evening `[10:00-14:00, 18:00-00:00]`. Closed the whole day `[]`
      - `tuesday` TimeWindow[] — Open in the morning and in the evening `[10:00-14:00, 18:00-00:00]`. Closed the whole day `[]`
      - `wednesday` TimeWindow[] — Open in the morning and in the evening `[10:00-14:00, 18:00-00:00]`. Closed the whole day `[]`
      - `thursday` TimeWindow[] — Open in the morning and in the evening `[10:00-14:00, 18:00-00:00]`. Closed the whole day `[]`
      - `friday` TimeWindow[] — Open in the morning and in the evening `[10:00-14:00, 18:00-00:00]`. Closed the whole day `[]`
      - `saturday` TimeWindow[] — Open in the morning and in the evening `[10:00-14:00, 18:00-00:00]`. Closed the whole day `[]`
      - `sunday` TimeWindow[] — Open in the morning and in the evening `[10:00-14:00, 18:00-00:00]`. Closed the whole day `[]`

## Other responses

- `400` — Wrong or missing parameters
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

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