---
title: "Scroll endpoint for client_properties (deals)"
method: GET
path: "/client_properties/scroll"
tags: ["client_properties"]
---

# Scroll endpoint for client_properties (deals)

`GET /client_properties/scroll`

Search endpoint has a limitation of 50_000 items that can be fetched.
When we need to scroll out of this limit, we must use this specific endpoint.
Use it if you need to iterate across all of your entities. Use the param "with_total=true" only on the first call,
we have an optimisation that increases response when this attribute is unused
It does not accept search parameters that are not mentioned in the documentation.

## Query parameters

- `with_total` boolean
- `updated_at_from` string, date
- `updated_at_to` string, date
- `scroll_id` string
- `per` integer
- `deal_pipeline_id` integer

## Response `200`

Scroll endpoint for client_properties (deals)

- EndpointsClientPropertiesScroll — Endpoints_ClientPropertiesScroll model
  - `data` ClientPropertyEntity[]
    - `id` integer
    - `sold_price` integer
    - `broker_id` integer
    - `client_id` integer
    - `property_id` integer
    - `project_id` integer
    - `client_source_id` integer
    - `deal_pipeline_id` integer
    - `deal_stage_id` integer
    - `reservation_reason_id` integer
    - `custom_fields` object
    - `buy_reason` string
    - `home_owner` boolean
    - `employment_status` string
    - `number_of_persons` string
    - `own_capital` string
    - `household_net_income_range` string
    - `max_budget` number, float
    - `search_advance_phase` string
    - `financing_status` string
    - `note` string
    - `start_date` string
    - `created_at` string
    - `updated_at` string
  - `total` integer — Show the total count of client properties
  - `scroll_id` string — Search pointer that should be sent for switching page in scroll mode

## Other responses

- `400` — validation_error
- `401` — authentication_error
- `403` — authorization_error
- `404` — not_found_error
- `422` — validation_error
- `500` — internal_server_error

---

[API](https://skmtc.net/propstack/apis/propstack-api-v2-beta.md) · [All operations](https://skmtc.net/propstack/apis/propstack-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/propstack/propstack-api-v2-beta/revisions/ae1e0fe6da1a/schema)
