---
title: "Center attendance for a date"
method: GET
path: "/v1/centers/{center_id}/attendance?date={date}"
---

# Center attendance for a date

`GET /v1/centers/{center_id}/attendance?date={date}`

This API retrieves the attendance of all the employees at a center on the specified date.

You must specify the unique identifier of the center as `CenterId` and the required date as `Date` in the API request.

## Path parameters

- `Center_Id` string, required

## Query parameters

- `Date` string, date

## Response `200`

200

- object
  - `attendance` object[]
    - `employee_id` string
    - `date` string
    - `expected_check_in_time` string
    - `expected_check_out_time` string
    - `actual_check_in_time` string
    - `actual_check_out_time` unknown

## Other responses

- `400` — 400

---

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