Examples

GET /v1/887af945-2695-47f6-9264-e37034079fc2/auctions/scheduled
200
{
  "auctions": [
    {
      "id": "da470696-1275-429f-91b5-ba46bf0e428f",
      "auction_at": "2023-09-15T08:30:00.000-10:00",
      "ledgers": [
        {
          "id": "89f87afd-0abb-458f-b3d5-b749e1bcd4c1",
          "paid_thru": "2023-10-15",
          "moved_in_at": "2023-09-15T04:36:40.460-10:00",
          "closed_on": null,
          "current_account_balance": 0.0,
          "unit_processed_auction_event_status": null,
          "tenant": {
            "id": "8f6ef9a5-4c16-48cf-8599-9219c40ee4a5",
            "account_number": 1000000,
            "first_name": "Desiree34",
            "last_name": "Quigley",
            "email": "[email protected]",
            "date_of_birth": null,
            "primary_address": {
              "id": "ee56ae5e-9501-45f0-bbd1-9093992e0ac8",
              "address1": "248550 O'Kon Mall",
              "address2": null,
              "city": "North Cruzfurt",
              "state": "DE",
              "postal": "89980",
              "country": "US",
              "full_address": "248550 O'Kon Mall, North Cruzfurt, DE 89980",
              "latitude": 39.114844,
              "longitude": -94.630169,
              "time_zone_id": "America/New_York",
              "time_zone_offset": "-04:00",
              "invalid_data": false,
              "label": "Home"
            }
          },
          "unit": {
            "id": "59830a6a-0e86-4b9c-87c7-f7c96ccaf0f6",
            "name": "U10",
            "size": "10x6x4",
            "description": "",
            "status": "occupied",
            "current_ledger_id": "89f87afd-0abb-458f-b3d5-b749e1bcd4c1",
            "current_tenant_id": "8f6ef9a5-4c16-48cf-8599-9219c40ee4a5"
          }
        }
      ]
    },
    {
      "id": "5c0be83e-f6cd-4eb1-9de0-5a75ceb10510",
      "auction_at": "2023-10-15T08:30:00.000-10:00",
      "ledgers": []
    }
  ],
  "meta": {
    "pagination": {
      "current_page": 1,
      "total_pages": 1,
      "per_page": 100,
      "total_entries": 2,
      "previous_page": null,
      "next_page": null
    },
    "status_code": 200,
    "status_message": "OK",
    "status_cat": "https://http.cat/200",
    "request_method": "GET",
    "request_id": null,
    "parameters": {
      "facility_id": "887af945-2695-47f6-9264-e37034079fc2",
      "auction": {}
    }
  }
}