﻿# EntityGetAllRequest

Schema definition for EntityGetAllRequest

# EntityGetAllRequest

Schema definition for EntityGetAllRequest

## Schema Viewer

<JsonSchemaViewer
  schema={schema}
  name="EntityGetAllRequest"
  category="search"
  client:load
/>

## Description

This schema defines the structure and validation rules for EntityGetAllRequest.

## Properties

- **model** (object, required): Information about the model to search.
- **pageNumber** (integer): Page number (from 0).
- **pageSize** (integer): Page size.
- **pointInTime** (string): point in time

## Related Schemas

See other schemas in the [search](/reference/schemas/search/) category.