Represents the query criteria used to retrieve type information. Use this schema to filter and refine the type records returned by the operation.
Parameters
| Property | Required | Default Value | Description |
|---|---|---|---|
page |
No | 1 | Selects which page of a paginated result set is returned. Use with limit or size for pagination. Default value: 1. |
size |
No | 20 | Sets the maximum number of records included in one page of results. Use with page for pagination. Default value: 20. |
JSON Example
{
"page": 1,
"size": 10
}