GumtreeSearchRequest
Version: v1.2.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Gumtree Search Request Model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
page_index | int | ✅ | — | — |
page_size | int | ✅ | — | — |
product_type | str | ❌ | — | — |
required_action | str | ❌ | — | — |
free_text_query | str | ❌ | — | — |
status | str | ❌ | — | — |
date_from | str | ❌ | — | — |
date_to | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newgumtree/search | — | src/gumtree_search.py |
Change history
v1.2.0 · 2025-06-25 · Cian (shared account) · f564606e6
search fix
- Added optional field
status.
v1.1.0 · 2025-06-25 · Cian (shared account) · b871bc04f
search
- Added optional field
required_action.
v1.0.0 · 2025-06-20 · Cian (shared account) · 1ad9c0e7c
fx
- Initial version.
Generated from
dismantly-backend/Microservices/Gumtree/dependencies/models.py. Do not edit by hand.