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

# OrderFiltersInput

```graphql
input OrderFiltersInput {
  # Limit
  limit: Int!

  # Object
  objectId: Int

  # Offset
  offset: Long

  # Since some date (milliseconds)
  since: Long

  # Until some date (milliseconds)
  until: Long
}

```

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

* **limit** - количество
* **offset** - сдвиг относительно начала списка
* **objectId** - ID объекта
* **since** - с какой даты&#x20;
* **until** - до какой даты &#x20;

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