List your comparison zones (Jämförelseobjekt)
fastighetsbenchmark_list_jamforelseobjektFind comparison zones by name to get their sedisId, then pass it to search property units in the A6 flow. Read-only, tenant-scoped listing.
Instructions
Read-only. List YOUR comparison zones (Jämförelseobjekt — your clones of a Sedis-owned aggregate), returning each zone's sedisId. This is the FIRST step of the §8 A6 flow: find a zone by name here, then pass its sedisId to fastighetsbenchmark_search_property_units as belongsToJamforelseobjektSedisId to find your units in it. Lean by default: set detail: true to opt into the tenant-filtered containsPropertyUnits lineage. Example: nameContains 'Stockholm'. Tenant-scoped to your data; read-only — never writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-indexed result page (first page = 1), e.g. 1. | |
| sort | No | Comma-separated sort fields; prefix '-' for descending, e.g. '-name'. | |
| detail | No | false (default, lean) omits lineage; true opts the tenant-filtered containsPropertyUnits array in via ?fields=. | |
| pageSize | No | Rows per page (v2 default 50, max 500), e.g. 50. | |
| nameContains | No | Case-insensitive comparison-zone-name fragment, e.g. 'Stockholm'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Your comparison zones (Jämförelseobjekt). | |
| page | Yes | The page you are on (1-indexed). | |
| pageSize | No | Rows per page echoed back by v2, e.g. 50. | |
| totalCount | No | Total matching rows across all pages; null/absent when count is skipped. | |
| totalPages | No | Total page count; null/absent when count is skipped. |