> 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/inputs/placefiltersinput.md).

# PlaceFiltersInput

```graphql
input PlaceFiltersInput {
  
  # Object ID
  objectId: Int
  
  # Limit
  limit: Int
  
  # Offset
  offset: Long
}
```

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

* **objectId** - ID объекта
* **limit** - количество
* **offset** - сдвиг относительно начала списка
