---
title: "Get a list of site access hours"
method: GET
path: "/v1/contacts/{contactId}/accessHours"
tags: ["Contacts"]
---

# Get a list of site access hours

`GET /v1/contacts/{contactId}/accessHours`

Retrieve a collection of access hours (required scope contacts:read)

## Path parameters

- `contactId` integer, required

## Query parameters

- `pageNumber` integer
- `pageSize` integer

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- PagedResponseReadAccessHourModel — A paged collection of items
  - `items` ReadAccessHourModel[] — The items returned for the requested page
    - `dayOfWeek` 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' — <p>Possible values:</p><ul><li><b>sunday</b></li><li><b>monday</b></li><li><b>tuesday</b></li><li><b>wednesday</b></li><li><b>thursday</b></li><li><b>friday</b></li><li><b>saturday</b></li></ul>
    - `start` string — The 24H format time of day that access to the contact site starts (hh:mm)
    - `stop` string — The 24H format time of day that access to the contact site stops (hh:mm)
  - `pageNumber` integer — The page number of the response where 1 is the first page
  - `pageSize` integer — The number of items requested for the current page
  - `pageItemCount` integer — The number of items returned in the current page

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
