---
title: "Returns number of group bookings"
method: GET
path: "/booking/v1/groups/$count"
tags: ["Group"]
---

# Returns number of group bookings

`GET /booking/v1/groups/$count`

Returns number of group bookings matching the filter criteria<br>You must have at least one of these scopes: 'groups.read, reservations.read, reservations.manage'.

## Query parameters

- `textSearch` string
- `propertyIds` string[]
- `from` string, date-time
- `to` string, date-time
- `hasActivePaymentAccount` boolean

## Response `200`

Success

- CountModel
  - `count` integer, required

## Other responses

- `400` — Bad request.
- `401` — You are unauthorized.
- `403` — Forbidden.
- `404` — The Request-URI could not be found.
- `422` — Validation errors in the request body or query params.
- `499` — Client closed request.
- `500` — An unexpected error occurred.
- `503` — The server is currently unavailable. Please try later.

---

[API](https://skmtc.dev/apaleo/apis/apaleo-booking-api.md) · [All operations](https://skmtc.dev/apaleo/apis/apaleo-booking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apaleo/apaleo-booking-api/revisions/6510a7df7143/schema)
