Get the paginated list of all properties.

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

{
    "count": 4708,
    "next": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=334",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=332",
    "results": [
        {
            "id": 3545,
            "title": "House for Sale at Imadol",
            "slug": "house-for-sale-imadol",
            "code": "3545"
        },
        {
            "id": 3540,
            "title": "Land for sale at Tarahara | Itahari",
            "slug": "land-for-sale-in-itahari-tarahara",
            "code": "3540"
        },
        {
            "id": 3539,
            "title": "House for Sale for Budhanilkantha",
            "slug": "house-for-sale-budhanilkantha",
            "code": "3539"
        },
        {
            "id": 3538,
            "title": "Apartment Sale at Cityscape",
            "slug": "apartment-sale-cityscape",
            "code": "3538"
        },
        {
            "id": 3537,
            "title": "Space for Rent at Dallu",
            "slug": "commercial-space-for-rent-ram-janki-building",
            "code": "3537"
        },
        {
            "id": 3534,
            "title": "1200 Sq. ft Apartment for Sale at Cityscape",
            "slug": "apartment-for-sale--suncity",
            "code": "3534"
        },
        {
            "id": 3533,
            "title": "Semi Bungalow for Sale at Balkot | Bhaktapur",
            "slug": "bungalow-for-sale-balkot-bhaktapur",
            "code": "3533"
        },
        {
            "id": 3532,
            "title": "Land for Sale at Tokha",
            "slug": "land-for-sale-tokha",
            "code": "3532"
        },
        {
            "id": 3531,
            "title": "Commercial House for Sale at Baneshwor",
            "slug": "commercial-land-for-sale-at-baneshwor",
            "code": "3531"
        },
        {
            "id": 3528,
            "title": "3 BHK Apartment for Sale at Naxal",
            "slug": "smart-apartment-sale-naxal",
            "code": "3528"
        },
        {
            "id": 3527,
            "title": "Land for Rent at Tahachal",
            "slug": "land-for-rent",
            "code": "3527"
        },
        {
            "id": 3526,
            "title": "House for Sale at Gongabu",
            "slug": "house-for-sale-at-goganbu",
            "code": "3526"
        }
    ]
}