{
  "meta": {
    "offset": "integer",
    "limit": "integer",
    "orderBy": [
      {}
    ],
    "hasMore": [
      "boolean",
      "null"
    ],
    "total": "number"
  },
  "results": [
    {
      "id": "string",
      "created_at": "string",
      "updated_at": "string",
      "x_created_at": [
        "string",
        "null"
      ],
      "x_id": "string",
      "city": [
        "string",
        "null"
      ],
      "country": [
        "string",
        "null"
      ],
      "county": [
        "string",
        "null"
      ],
      "custom_data": {},
      "is_active": [
        "boolean",
        "null"
      ],
      "manager_email": [
        "string",
        "null"
      ],
      "manager_name": [
        "string",
        "null"
      ],
      "manager_phone_1": [
        "string",
        "null"
      ],
      "manager_phone_1_type": "FAX",
      "manager_phone_2": [
        "string",
        "null"
      ],
      "manager_phone_2_type": "FAX",
      "name": [
        "string",
        "null"
      ],
      "number_of_units": [
        "integer",
        "null"
      ],
      "square_footage": [
        "integer",
        "null"
      ],
      "state": [
        "string",
        "null"
      ],
      "street_address_1": [
        "string",
        "null"
      ],
      "street_address_2": [
        "string",
        "null"
      ],
      "address_1": [
        "string",
        "null"
      ],
      "address_2": [
        "string",
        "null"
      ],
      "type": [
        "string",
        "null"
      ],
      "website": [
        "string",
        "null"
      ],
      "year_built": [
        "integer",
        "null"
      ],
      "zip": [
        "string",
        "null"
      ],
      "integration_id": "string",
      "integration_vendor": "string"
    }
  ]
}

Query Parameters

order-by
string

Order the results by a field. Optionally include asc or desc preceded by a colon (default is asc). Example: ?order-by=vendor:asc,created_at:desc

offset
Default: 0
integernull

Can be used for paginating results

limit
Default: 100
integernull

A number between 1 and 250 to determine the number of results to return in a single query

x_id
string

The external property id

x_property_id
string

The external property id

integration_id
string

The Propify integration id

integration_vendor
string

The integration vendor for the property.

Response

metarequired
object
resultsrequired
array