Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=12
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=13",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=11",
    "results": [
        {
            "id": 8392,
            "title": "Residential Land for Sale at Bhaisepati",
            "slug": "residential-land-for-sale-at-bhaisepati",
            "code": "8392"
        },
        {
            "id": 8391,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-for-sale-at-budhanilkantha",
            "code": "8391"
        },
        {
            "id": 8390,
            "title": "Bungalow House for Sale at Bhaisepati",
            "slug": "bungalow-house-for-sale-at-bhaisepati",
            "code": "8390"
        },
        {
            "id": 8389,
            "title": "House for Sale at Bhaisepati",
            "slug": "house-for-sale-at-bhaisepati",
            "code": "8389"
        },
        {
            "id": 8388,
            "title": "Land for Sale at Bhaktapur",
            "slug": "plotting-land-for-sale-at-bhatidhikurobhaktapur",
            "code": "8388"
        },
        {
            "id": 8387,
            "title": "Commercial Land for Sale at Bhaktapur",
            "slug": "commercial-land-for-sale-at-bhatidhikurobhaktapur",
            "code": "8387"
        },
        {
            "id": 8386,
            "title": "Solti City Apartment for Sale at Soltimode",
            "slug": "apartment-for-sale-at-solti-city",
            "code": "8386"
        },
        {
            "id": 8385,
            "title": "Land for Sale at Lazimpat",
            "slug": "land-for-sale-at-lazimpat",
            "code": "8385"
        },
        {
            "id": 8384,
            "title": "House for Sale at Bode",
            "slug": "south-face-house-for-sale-at-bode",
            "code": "8384"
        },
        {
            "id": 8383,
            "title": "3BHK Suncity Apartment for Sale at Pepsicola",
            "slug": "3bhk-suncity-apartment-for-sale-at-pepsicola",
            "code": "8383"
        },
        {
            "id": 8382,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-for-sale-at-budhanilkantha",
            "code": "8382"
        },
        {
            "id": 8381,
            "title": "House for Sale at Lubhu",
            "slug": "house-for-sale-at-lubhu",
            "code": "8381"
        }
    ]
}