Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=8
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=9",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=7",
    "results": [
        {
            "id": 8461,
            "title": "Land for Sale at Kapurdhara",
            "slug": "land-for-sale-at-kapurdhara",
            "code": "8461"
        },
        {
            "id": 8460,
            "title": "House for Sale at Purano Naikap",
            "slug": "house-for-sale-at-purano-naikap",
            "code": "8460"
        },
        {
            "id": 8455,
            "title": "House for Sale at Bansbari",
            "slug": "house-for-sale-at-bansbari",
            "code": "8455"
        },
        {
            "id": 8448,
            "title": "House for Sale at Bhangal",
            "slug": "house-for-sale-at-bhangal",
            "code": "8448"
        },
        {
            "id": 8446,
            "title": "Land for Sale at Harisiddhi",
            "slug": "land-for-sale-at-lalitpur-harisidhhi",
            "code": "8446"
        },
        {
            "id": 8445,
            "title": "House for Sale at Naxal",
            "slug": "house-for-sale-at-tangal-naxal",
            "code": "8445"
        },
        {
            "id": 8444,
            "title": "House for Sale at Tahachal",
            "slug": "house-for-sale-at-tahachal",
            "code": "8444"
        },
        {
            "id": 8443,
            "title": "Land for Sale at Suryabinayak",
            "slug": "land-for-sale-at-darjeeling-height",
            "code": "8443"
        },
        {
            "id": 8442,
            "title": "House for Sale at Budhanilkantha",
            "slug": "hous-for-sale-at-budhanilkatha-chunikhel",
            "code": "8442"
        },
        {
            "id": 8441,
            "title": "Commercial Property for Sale at Nayabazar",
            "slug": "commercial-property-for-sale-at-nayabazar",
            "code": "8441"
        },
        {
            "id": 8440,
            "title": "Apartment for Sale at Tangal",
            "slug": "apartment-for-sale-at-tangal",
            "code": "8440"
        },
        {
            "id": 8439,
            "title": "House for Sale at Itahari",
            "slug": "house-for-sale-at-itahari-3",
            "code": "8439"
        }
    ]
}