Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=101
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=102",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=100",
    "results": [
        {
            "id": 7139,
            "title": "House for Sale at Kapan | Chunikhel",
            "slug": "house-for-sale-at-chunikhel",
            "code": "7139"
        },
        {
            "id": 7138,
            "title": "Commercial Land for Sale at Old Baneshwor",
            "slug": "commercial-land-for-sale-at-old-baneshwor",
            "code": "7138"
        },
        {
            "id": 7137,
            "title": "House for Sale at Baneshwor",
            "slug": "house-for-sale-at-baneshwor",
            "code": "7137"
        },
        {
            "id": 7136,
            "title": "Commercial Land for Sale at Maitighar",
            "slug": "commercial-land-for-sale-at-maitighar",
            "code": "7136"
        },
        {
            "id": 7135,
            "title": "Semi Commercial Land for Sale at Babarmahal",
            "slug": "semi-commercial-land-for-sale-at-babarmall",
            "code": "7135"
        },
        {
            "id": 7132,
            "title": "3BHK Apartment for Sale at Downtown Apartment",
            "slug": "3bhk-apartment-for-sale-at-downtown-apartment",
            "code": "7132"
        },
        {
            "id": 7128,
            "title": "4BHK Apartment for Sale at Pepsicola | Suncity Apartment",
            "slug": "4bhk-apartment-for-sale-at-suncity",
            "code": "7128"
        },
        {
            "id": 7124,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilkantha",
            "code": "7124"
        },
        {
            "id": 7123,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilkantha",
            "code": "7123"
        },
        {
            "id": 7122,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-on-sale-at-budhanilkantha",
            "code": "7122"
        },
        {
            "id": 7121,
            "title": "House for Sale at Banasthali",
            "slug": "house-for-sale-at-banasthali",
            "code": "7121"
        },
        {
            "id": 7119,
            "title": "Land for Sale at Chabahil",
            "slug": "land-for-sale-at-chabahil",
            "code": "7119"
        }
    ]
}