> For the complete documentation index, see [llms.txt](https://api.parking24.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.parking24.online/reference/zavgar-api-reference/graphql/queries/freeplacesbyinterval.md).

# freePlacesByInterval

```graphql
freePlacesByInterval(
  objectId: Int!, 
  since: Long!, 
  until: Long!
): [Place!]!
```

### Параметры

* [**filters**](/reference/zavgar-api-reference/graphql/inputs/placefiltersinput.md) - фильтр по местам
* **since** - дата начала интервала
* **until** - дата окончания интервала

### Ответ

* **\[**[**Place**](/reference/zavgar-api-reference/graphql/types/place.md)**!]!** - список мест
