Retrieve the list of facilities in your SRECTrade account with pagination.
Successfully retrieved facilities
Unauthorized
{- "url": "app/api/v1/facilities?per_page=2&page=2",
- "date": "2024-10-04 05:23:08 EDT",
- "code": 200,
- "elements": 2,
- "page": 2,
- "pagination": {
- "total": 7,
- "per_page": 2,
- "current_page": 2,
- "last_page": 4
}, - "data": [
- {
- "facility_id": 130235,
- "name": "test API facility name",
- "energy_type": "Solar Photovoltaic",
- "facility_size": 1.5713,
- "facility_type": "RES",
- "facility_type_long": "Residential",
- "usable_energy": 12.34,
- "system_cost": 12345,
- "is_battery_backup": false,
- "system_leased": false,
- "referrer_company": "test - Bayer, Jast and Champlin",
- "registry": {
- "registry": "GATS",
- "registry_id_number": "NON00220"
}, - "address": {
- "street": "492 Darby Rd",
- "apartment": null,
- "city": "Yorktown",
- "county": null,
- "state": "VA",
- "zip": 23693
}, - "owner": {
- "first_name": "Isaac",
- "last_name": "Doe",
- "email": "test@example.com",
- "phone": "122-223-3321",
- "company_name": "test name Towne Inc",
- "address": {
- "street": "492 Darby Rd",
- "apartment": null,
- "city": "Yorktown",
- "county": null,
- "state": "VA",
- "zip": 23693
}
}, - "installer": {
- "company": "test - Conn - Kulas",
- "first_name": "Leola",
- "last_name": "Doe",
- "email": "Josue59@example.com",
- "phone": "987-223-7611",
- "address": {
- "street": "492 Darby Rd",
- "apartment": null,
- "city": "Yorktown",
- "county": null,
- "state": "VA",
- "zip": 23693
}
}
}
]
}