Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=127
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=128",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=126",
    "results": [
        {
            "id": 6745,
            "title": "Land for Sale at Katunje Bhaktapur | Katunje Height",
            "slug": "land-for-sale-at-katunje-height-bhaktapur",
            "code": "6745"
        },
        {
            "id": 6744,
            "title": "Land for Sale at Bhaktapur | Suryabinayak",
            "slug": "land-for-sale-at-suryabinayak-bhaktapur",
            "code": "6744"
        },
        {
            "id": 6743,
            "title": "Land for Sale at Bhaktapur | Gundu",
            "slug": "land-for-sale-at-gundu-bhaktapur",
            "code": "6743"
        },
        {
            "id": 6742,
            "title": "House for Sale at khumaltar Height",
            "slug": "house-for-sale-at-khumalta-height",
            "code": "6742"
        },
        {
            "id": 6741,
            "title": "Land for Sale at Biratnagar | Madhumara",
            "slug": "land-for-sale-at-madhumara",
            "code": "6741"
        },
        {
            "id": 6736,
            "title": "Land for Sale at Sitapaila",
            "slug": "land-for-sale-at-sitapaila",
            "code": "6736"
        },
        {
            "id": 6735,
            "title": "Land with House for Sale at Lalitpur | Kupondole",
            "slug": "land-with-house-for-sale-at-kupondole-lalitpur",
            "code": "6735"
        },
        {
            "id": 6734,
            "title": "House for Sale at Lalitpur | Dhobighat",
            "slug": "house-for-sale-at-dhobighat-lalitpur",
            "code": "6734"
        },
        {
            "id": 6732,
            "title": "House for Sale at Golfutar",
            "slug": "house-on-sale-at-golfutar",
            "code": "6732"
        },
        {
            "id": 6731,
            "title": "Land for Sale at Lubhu",
            "slug": "land-for-sale-at-lubhu",
            "code": "6731"
        },
        {
            "id": 6730,
            "title": "House for sale at Golfutar",
            "slug": "house-for-sale-at-golfutar",
            "code": "6730"
        },
        {
            "id": 6729,
            "title": "Land for Sale at Kapan | Ram Mandir",
            "slug": "land-for-sale-at-kapan-ram-mandir",
            "code": "6729"
        }
    ]
}