---
title: "Seite"
url: "https://maklerportal.apim.eu/apis/marktwertermittlung/versions/cb8e224b-f566-49d5-9923-11559fca3319/schemas/Seite"
---

> Full API specification: https://maklerportal.apim.eu/apis/marktwertermittlung/versions/cb8e224b-f566-49d5-9923-11559fca3319.md

# Seite

Cursor-basierte Paginierung.

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Marktwertermittlung
  version: 1.0.0
servers:
  - url: https://api.maklerportal.example/v1
    description: Produktion
  - url: https://sandbox.api.maklerportal.example/v1
    description: Sandbox
components:
  schemas:
    Seite:
      type: object
      description: Cursor-basierte Paginierung.
      properties:
        anzahl:
          type: integer
          example: 25
        gesamt:
          type: integer
          example: 138
        cursor_naechste:
          type: string
          nullable: true
          example: eyJzIjoyNX0
```
