---
title: "Get All Properties"
method: GET
path: "/property"
---

# Get All Properties

`GET /property`

## Query parameters

- `page` integer
- `limit` integer
- `filter.keyword` string
- `filter.property_uid` string
- `filter.organization` string
- `filter.cusotmer` string
- `filter.parent_property` string
- `filter.assigned_to` string
- `filter.created_by` string
- `filter.created_at_from` string, date
- `filter.created_at_to` string, date
- `filter.no_of_jobs_from` integer
- `filter.no_of_jobs_to` integer
- `filter.custom_field` string
- `filter.is_active` boolean
- `filter.is_deleted` boolean

## Response `200`

200

- object
  - `type` string
  - `data` object[]
    - `property_uid` string
    - `property_name` string
    - `no_of_jobs` integer
    - `property_address` object
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `zip_code` string
      - `geo_cordinates` number[]
    - `custom_fields` object[]
      - `label` string
      - `value` string
      - `type` string
      - `hide_to_fe` boolean
    - `is_active` boolean
    - `is_deleted` boolean
    - `created_by` object
      - `user_uid` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `home_phone_number` string
      - `designation` string
      - `emp_code` string
      - `prefix` unknown
      - `work_phone_number` string
      - `mobile_phone_number` unknown
      - `profile_picture` string
      - `is_active` boolean
      - `is_deleted` boolean
      - `role` object
        - `role_id` integer
        - `role_uid` string
        - `role_name` string
        - `role_key` string
        - `created_at` string
        - `updated_at` string
    - `property_customers` unknown[]
      - unknown
    - `attachments` unknown[]
      - unknown
    - `created_at` string
    - `updated_at` string
  - `current_page_records` integer
  - `total_records` integer
  - `current_page` integer
  - `total_pages` integer

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
