# freePlacesByInterval

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

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

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

### Ответ

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