Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api
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=2",
    "previous": null,
    "results": [
        {
            "id": 8664,
            "title": "Bungalow for Sale at Bhaisepati",
            "slug": "bungalow-for-sale-at-bhaisepati",
            "code": "11318"
        },
        {
            "id": 8601,
            "title": "Land for Sale at Suryabinayak",
            "slug": "land-for-sale-at-suryabinayak-bhaktapur",
            "code": "8601"
        },
        {
            "id": 8573,
            "title": "House for Sale at Dhapasi | Tokha",
            "slug": "house-for-sale-at-dhapasi-tokha",
            "code": "8573"
        },
        {
            "id": 8564,
            "title": "House for Sale at Sunakothi",
            "slug": "house-for-sale-at-sunakothi",
            "code": "8564"
        },
        {
            "id": 8563,
            "title": "House for Sale at Sunakothi",
            "slug": "house-for-sale-at-sunakothi",
            "code": "8563"
        },
        {
            "id": 8561,
            "title": "Land for Sale at Thasikhel",
            "slug": "land-for-sale-at-thasikhel",
            "code": "8561"
        },
        {
            "id": 8559,
            "title": "Land for Sale at Banasthali",
            "slug": "land-for-sale-at-banasthali",
            "code": "8559"
        },
        {
            "id": 8558,
            "title": "Land for Sale at Bafal",
            "slug": "land-for-sale-at-bafal",
            "code": "8558"
        },
        {
            "id": 8557,
            "title": "Land for Sale at Tarkeshwor",
            "slug": "land-for-sale-at-tarkeshwor",
            "code": "8557"
        },
        {
            "id": 8556,
            "title": "Land for Sale at Tarkeshwor",
            "slug": "land-for-sale-at-tarkeshwor-kavresthali",
            "code": "8556"
        },
        {
            "id": 8555,
            "title": "3 Aana House for Sale at Mulpani",
            "slug": "3-aana-house-for-sale-at-mulpani",
            "code": "8555"
        },
        {
            "id": 8554,
            "title": "House for Sale at Kapan",
            "slug": "house-on-sale-at-kapan-lasuntar",
            "code": "8554"
        }
    ]
}