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

# placeStatusAtTime

```graphql
placeStatusAtTime(
  filters: PlaceFiltersInput!
  datetime: Int!
): PlaceStatusAtTimeList!
```

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

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

{% hint style="info" %}
**datetime** указывается в формате **timestamp (millis)**
{% endhint %}

### Ответ

* [**PlaceStatusAtTimeList**](/reference/zavgar-api-reference/graphql/types/placestatusattimelist.md) - список мест со статусом
