{
  "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_guestcard_id": [
      "string",
      "null"
    ],
    "x_id": "string",
    "x_leasing_agent_id": [
      "string",
      "null"
    ],
    "x_property_id": "string",
    "x_unit_id": [
      "string",
      "null"
    ],
    "x_updated_at": [
      "string",
      "null"
    ],
    "x_lead_source_id": [
      "string",
      "null"
    ],
    "address_1": [
      "string",
      "null"
    ],
    "address_2": [
      "string",
      "null"
    ],
    "city": [
      "string",
      "null"
    ],
    "country": [
      "string",
      "null"
    ],
    "custom_data": {},
    "date_of_birth": [
      "string",
      "null"
    ],
    "desired_amenities": [
      "string",
      "null"
    ],
    "desired_floor_plan_id": [
      "string",
      "null"
    ],
    "desired_floor_plan_name": [
      "string",
      "null"
    ],
    "desired_lease_term_in_months": [
      "string",
      "null"
    ],
    "desired_max_rent_in_cents": [
      "number",
      "null"
    ],
    "desired_max_square_ft": [
      "number",
      "null"
    ],
    "desired_min_rent_in_cents": [
      "number",
      "null"
    ],
    "desired_min_square_ft": [
      "number",
      "null"
    ],
    "desired_num_bathrooms": [
      "number",
      "null"
    ],
    "desired_num_bedrooms": [
      "integer",
      "null"
    ],
    "desired_unit_number": [
      "string",
      "null"
    ],
    "desired_unit_type": [
      "string",
      "null"
    ],
    "email_1": [
      "string",
      "null"
    ],
    "email_2": [
      "string",
      "null"
    ],
    "first_name": [
      "string",
      "null"
    ],
    "ils": [
      "string",
      "null"
    ],
    "last_name": [
      "string",
      "null"
    ],
    "lead_source": [
      "string",
      "null"
    ],
    "leasing_agent": [
      "string",
      "null"
    ],
    "middle_name": [
      "string",
      "null"
    ],
    "notes": [
      "string",
      "null"
    ],
    "number_of_occupants": [
      "integer",
      "null"
    ],
    "pet_details": [
      "string",
      "null"
    ],
    "phone_1_type": [
      "string",
      "null"
    ],
    "phone_1": [
      "string",
      "null"
    ],
    "phone_2_type": [
      "string",
      "null"
    ],
    "phone_2": [
      "string",
      "null"
    ],
    "state": [
      "string",
      "null"
    ],
    "status": [
      "string",
      "null"
    ],
    "target_move_in_date": [
      "string",
      "null"
    ],
    "zip": [
      "string",
      "null"
    ],
    "property_id": "string",
    "integration_id": "string",
    "integration_vendor": "string"
  }
}

Path Parameters

idrequired
string

The ID of the resource.

idrequired
string

The ID of the resource.

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

Response

metarequired
object
resultsrequired
object