List branch listings

View as Markdown
**Page through all live listings PropertyPal currently holds for a branch.** Results are sorted most-recently-updated first. | Parameter | Description | | --- | --- | | `id` | Branch identifier (required). | | `page` | Zero-based page index. Default `0`. | | `size` | Page size. Default `20`, capped at `100`. | ### Response - **`200 OK`** — body is `PropertyAction` with `data` as an array of property records. Empty array when the branch has no live listings.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

idstringOptional
pageintegerOptional
sizeintegerOptional

Response

200 — Listings returned

metaobject
datalist of objects

Errors

401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
502
Bad Gateway Error
503
Service Unavailable Error