Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=6
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=7",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=5",
    "results": [
        {
            "id": 8489,
            "title": "Land for Sale at Pokhara",
            "slug": "land-for-sale-at-pokhara-27-rithepani",
            "code": "8489"
        },
        {
            "id": 8488,
            "title": "Semi Commercial House for Sale at Pokhara",
            "slug": "semi-commercial-house-for-sale-at-pokhara-29-powerhouse-chowk",
            "code": "8488"
        },
        {
            "id": 8487,
            "title": "Land for Sale at Chunikhel",
            "slug": "land-with-sele-at-chunikhel",
            "code": "8487"
        },
        {
            "id": 8486,
            "title": "House for Sale at Hattigauda",
            "slug": "house-for-sale-at-okharghau-hatigauda",
            "code": "8486"
        },
        {
            "id": 8485,
            "title": "Land for Sale at Kapan",
            "slug": "land-with-land-sale-at-kapan",
            "code": "8485"
        },
        {
            "id": 8484,
            "title": "House for Sale at Tikathali",
            "slug": "house-for-sale-at-tikathali-lalitpur",
            "code": "8484"
        },
        {
            "id": 8483,
            "title": "House for Sale at Dallu",
            "slug": "house-for-sale-at-chagal-dallu",
            "code": "8483"
        },
        {
            "id": 8481,
            "title": "Land with Old House for Sale at Baluwatar",
            "slug": "house-for-sale-at-baluwatar",
            "code": "8481"
        },
        {
            "id": 8480,
            "title": "Land for Sale at Thali",
            "slug": "land-for-sale-at-thali",
            "code": "8480"
        },
        {
            "id": 8478,
            "title": "Commercial House for Rent at Naxal",
            "slug": "commercial-house-for-sale-at-nagpokharai-naxal",
            "code": "8478"
        },
        {
            "id": 8477,
            "title": "Commercial House for Sale at Kupondole",
            "slug": "commercial-house-for-sale-at-kupandol",
            "code": "8477"
        },
        {
            "id": 8476,
            "title": "House for Sale at Chhetrapati",
            "slug": "house-for-sale-at-chettrapati",
            "code": "8476"
        }
    ]
}