---
title: "GET /v3/{org_id}/spaces_extended_read/"
method: GET
path: "/v3/{org_id}/spaces_extended_read/"
tags: ["Spaces - By Org"]
---

# GET /v3/{org_id}/spaces_extended_read/

`GET /v3/{org_id}/spaces_extended_read/`

SpaceExtendedReadView operations.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Success

- PaginatedOptionalSpaceExtendedSerializer
  - `total` integer
  - `next` string, nullable
  - `previous` string, nullable
  - `results` OptionalSpaceExtendedSerializer[]
    - `id` integer
    - `name` string
    - `space_type` 'space' | 'floor' | 'building' | 'campus' | 'region' | 'portfolio'
    - `function` 'break_room' | 'cafe' | 'desk' | 'desk_neighborhood' | 'enclosed_workspace' | 'event_space' | 'games_room' | 'gym' | 'kitchen' | 'lab' | 'library' | 'lounge' | 'meeting_room' | 'open_collaboration_space' | 'open_workspace' | 'other' | 'outdoor' | 'phone_booth' | 'reception' | 'restroom' | 'retail' | 'servery' | 'theater' | 'utility_room' | 'wellness_room' | 'flex_space', nullable
    - `time_zone` string, nullable
    - `status` 'planning' | 'live'
    - `go_live_date_utc` string, date-time, nullable
    - `capacity` integer, nullable
    - `parent_id` integer, nullable
    - `address` string, nullable
    - `floor_level` integer, nullable
    - `cost_per_sqft` number, nullable
    - `size_area` number, nullable
    - `size_area_unit` 'square_feet' | 'square_meters', nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `description` string
    - `inherits_time_segments` boolean
    - `latitude` number, nullable
    - `longitude` number, nullable
    - `iwms_id` string, nullable
    - `annual_rent` number, nullable
    - `annual_rent_currency` string, nullable
    - `cost_per_sqft_currency` string, nullable
    - `daily_reset` string, nullable
    - `max_dwell_resets_enabled` boolean
    - `max_dwell_minutes` integer, nullable
    - `counting_mode` 'oa' | 'entry' | 'waffle', nullable
    - `binary_occupancy` boolean
    - `presence_debounce_true_ms` integer, nullable
    - `presence_debounce_false_ms` integer, nullable
    - `presence_debounce_enabled` boolean
    - `labels` object
    - `time_segments` object
    - `doorways` object

## Other responses

- `403` — Forbidden - Access Denied
- `404` — Not Found

---

[API](https://skmtc.dev/density/apis/your-project-api.md) · [All operations](https://skmtc.dev/density/apis/your-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/density/your-project-api/revisions/eab10fe035e6/schema)
