List your collections (Samling)
fastighetsbenchmark_list_samlingarList your saved collections and their member company IDs, then use those IDs to fetch time series data for the collections you need.
Instructions
Read-only. List YOUR collections (Samling). Each row exposes its members as containingCompSedisIds — an array of ids, not nested objects — so you can reference-then-resolve: take those ids and pass them to fastighetsbenchmark_get_comp_timeseries via sedisIdIn only for the collections you actually need (this keeps payloads bounded). Example: nameContains 'Stockholm offices'. Tenant-scoped to your data; read-only — never writes (creating/replacing/deleting a Samling is not exposed here).
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'. | |
| pageSize | No | Rows per page (v2 default 50, max 500), e.g. 50. | |
| nameContains | No | Case-insensitive collection-name fragment, e.g. 'Stockholm offices'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Your collections (Samling). | |
| 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. |