---
title: "Retrieve all check-ins."
method: GET
path: "/api/v2/organizations/{orgSlug}/checkins"
tags: ["Checkins"]
---

# Retrieve all check-ins.

`GET /api/v2/organizations/{orgSlug}/checkins`

Retrieve all check-ins. 

 Required scopes: `flex.community.checkins.read`

## Path parameters

- `orgSlug` string, required

## Query parameters

- `_id` string
- `company` string
- `member` string
- `location` string
- `source` string
- `start` string
- `end` string
- `createdAt` string, date-time
- `$select` string
- `$cursorNext` string
- `$cursorPrev` string
- `$limit` number

## Response `200`

- object
  - `rangeStart` number
  - `rangeEnd` number
  - `cursorNext` string
  - `cursorPrev` string
  - `results` CheckinResultDto[]
    - `_id` string — The _id of the check-in.
    - `start` string, date-time — Contains the start date of the check-in.
    - `end` string, date-time — Contains the end date of the check-in.
    - `location` string — The _id of the location associated with the check-in.
    - `company` string — The _id of the company associated with the check-in.
    - `member` string — The _id of the member associated with the check-in.
    - `booking` string — The _id of the booking associated with the check-in.
    - `pass` string — The _id of the pass associated with the check-in.
    - `resourceType` string — The resourceType of the booking associated with the check-in.
    - `source` string — The source associated with the check-in.
    - `createdBy` string — The user that created the check-in.
    - `modifiedBy` string — The user that did the last modification to the check-in. If no update is made this field will match the "createdBy" field.

---

[API](https://skmtc.dev/officernd/apis/authentication-api.md) · [All operations](https://skmtc.dev/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
