Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=32
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=33",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=31",
    "results": [
        {
            "id": 8117,
            "title": "House for Sale at Mhepi",
            "slug": "house-for-sale-at-mhepi",
            "code": "8117"
        },
        {
            "id": 8116,
            "title": "House for Sale at Baluwatar",
            "slug": "house-for-sale-at-baluwatar-chandol",
            "code": "8116"
        },
        {
            "id": 8115,
            "title": "Property for Rent at Baluwatar",
            "slug": "property-for-rent-at-baluwatar",
            "code": "8115"
        },
        {
            "id": 8114,
            "title": "Hiltake Apartment or Sale at Panipokhari",
            "slug": "hiltake-apartment-for-sale-at-panipokhari",
            "code": "8114"
        },
        {
            "id": 8113,
            "title": "Land for Sale at Manamaiju",
            "slug": "land-for-sale-at-manmaiju",
            "code": "8113"
        },
        {
            "id": 8112,
            "title": "Land for Sale at Sinchahiti | Lalitpur",
            "slug": "land-for-sale-at-sinchahiti-lalitpur",
            "code": "8112"
        },
        {
            "id": 8111,
            "title": "House for Sale at Dhapasi",
            "slug": "house-for-sale-at-dhapasi",
            "code": "8111"
        },
        {
            "id": 8110,
            "title": "House for Sale at Tarkeshwor",
            "slug": "house-for-sale-at-tarkeshwor",
            "code": "8110"
        },
        {
            "id": 8109,
            "title": "House for Sale at Tokha | Jalpa",
            "slug": "house-for-sale-at-tokha-jalpa",
            "code": "8109"
        },
        {
            "id": 8108,
            "title": "Land for Sale at Gongabu | Buspark",
            "slug": "land-for-sale-at-gangapur-bus-park",
            "code": "8108"
        },
        {
            "id": 8107,
            "title": "House for Sale at Tokha",
            "slug": "house-for-sale-at-tokha",
            "code": "8107"
        },
        {
            "id": 8106,
            "title": "Land for Sale at NayaBazar | Pokhara-08",
            "slug": "land-for-sale-at-nayabazar-pokhara-08",
            "code": "8106"
        }
    ]
}