Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=234
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=235",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=233",
    "results": [
        {
            "id": 5145,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-on-sale-budhanilkantha",
            "code": "5145"
        },
        {
            "id": 5144,
            "title": "House for Sale at Budhanilkantha",
            "slug": "hpuse-on-sale-at-budhanilkantha",
            "code": "5144"
        },
        {
            "id": 5143,
            "title": "Commercial Property for Rent at New Road | Pokhara-09",
            "slug": "commercial-property-for-rent-at-new-road-pokhara-09",
            "code": "5143"
        },
        {
            "id": 5138,
            "title": "2 BHK Premium Apartment for Rent at Baluwatar",
            "slug": "2bhk-premium-apartment-rent-in-baluwatar",
            "code": "5138"
        },
        {
            "id": 5136,
            "title": "Beautiful Land for Sale at Kirtipur",
            "slug": "beautiful-land-for-sale-at-kirtipur",
            "code": "5136"
        },
        {
            "id": 5135,
            "title": "House For Sale at Kapan | Kathmandu",
            "slug": "north-facing-house-for-sale-at-kapan-triveni-chowk",
            "code": "5135"
        },
        {
            "id": 5134,
            "title": "House for Sale at Jorpati",
            "slug": "house-for-sale-at-jorpati-nayabasti",
            "code": "5134"
        },
        {
            "id": 5133,
            "title": "Land for Sale at Tarkeshwor",
            "slug": "land-for-sale-at-sangla-tarkeshwor",
            "code": "5133"
        },
        {
            "id": 5131,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-for-sale-at-budhanilkantha",
            "code": "5131"
        },
        {
            "id": 5130,
            "title": "House for Sale at Imadol",
            "slug": "house-for-sale-at-imadol",
            "code": "5130"
        },
        {
            "id": 5129,
            "title": "Land for Sale at Kalanki",
            "slug": "land-for-sale-in-kalanki",
            "code": "5129"
        },
        {
            "id": 5127,
            "title": "House for Sale at Sigdel Tole | Pokhara-13",
            "slug": "house-for-sale-at-sigdel-tole-pokhara-13",
            "code": "5127"
        }
    ]
}