Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=49
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4709,
    "next": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=50",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=48",
    "results": [
        {
            "id": 7900,
            "title": "House for Sale at Sanogaun",
            "slug": "house-for-sale-at-sanogaun",
            "code": "7900"
        },
        {
            "id": 7898,
            "title": "Land for Sale at Budhanilkatha",
            "slug": "land-for-sale-at-budhanilkatha",
            "code": "7898"
        },
        {
            "id": 7897,
            "title": "House for Sale at Jadibuti",
            "slug": "house-for-sale-at-jadibuti",
            "code": "7897"
        },
        {
            "id": 7896,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilkantha",
            "code": "7896"
        },
        {
            "id": 7895,
            "title": "Land for Sale at Chapali | Budanilkantha",
            "slug": "land-for-sale-at-chapali-budanilkantha",
            "code": "7895"
        },
        {
            "id": 7894,
            "title": "Full Furnished House for Rent at Mid Baneshwor",
            "slug": "house-for-rent-at-mid-baneshwor",
            "code": "7894"
        },
        {
            "id": 7893,
            "title": "Commercial Space for Rent at Bijuli Bajar",
            "slug": "commercial-space-for-rent-at-bijuli-bajar",
            "code": "7893"
        },
        {
            "id": 7892,
            "title": "Land for Rent at Kausaltar",
            "slug": "land-for-rent-at-kausaltar",
            "code": "7892"
        },
        {
            "id": 7890,
            "title": "House for Sale at Godawari | Thaiba",
            "slug": "house-for-sale-at-harisiddhi-thaiba-godawari",
            "code": "7890"
        },
        {
            "id": 7889,
            "title": "Commercial Building for Sale at Pokhara-14 | Chauthe",
            "slug": "commercial-building-for-sale-at-pokhara-14-chauthe",
            "code": "7889"
        },
        {
            "id": 7888,
            "title": "House with Land for Sale at Koteshwor",
            "slug": "house-with-land-for-sale-at-koteshwor",
            "code": "7888"
        },
        {
            "id": 7887,
            "title": "House for Sale at Dharan - 15 | Everest Road",
            "slug": "house-for-sale-at-dharan-15-everest-road",
            "code": "7887"
        }
    ]
}