{
  "meta": {
    "offset": "integer",
    "limit": "integer",
    "orderBy": [
      {}
    ],
    "hasMore": [
      "boolean",
      "null"
    ],
    "total": "number"
  },
  "results": [
    {
      "id": "string",
      "created_at": "string",
      "updated_at": "string",
      "x_id": "string",
      "x_listing_id": [
        "string",
        "null"
      ],
      "x_parent_amenity_id": [
        "string",
        "null"
      ],
      "x_property_id": "string",
      "x_unit_id": [
        "string",
        "null"
      ],
      "cost_in_cents": [
        "number",
        "null"
      ],
      "custom_data": {},
      "description": [
        "string",
        "null"
      ],
      "image_urls": [
        "string"
      ],
      "meta_data": {},
      "name_normalized": "ACCENT_WALLS",
      "name": "string",
      "integration_id": "string",
      "integration_vendor": "string",
      "property_id": "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 amenity id

x_property_id
string

The external property id

x_unit_id
string

The external unit id

x_listing_id
string

The external listing id

property_id
string

The Propify property id

integration_id
string

The Propify integration id

integration_vendor
string

The integration vendor for the amenity.

Response

metarequired
object
resultsrequired
array