Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=25
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=26",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=24",
    "results": [
        {
            "id": 8213,
            "title": "Commercial House for Sale at Tripureshwor",
            "slug": "commercial-house-for-sale-at-tinkune",
            "code": "8213"
        },
        {
            "id": 8212,
            "title": "Land for Sale at Basundhara",
            "slug": "land-for-sale-at-basundhara",
            "code": "8212"
        },
        {
            "id": 8211,
            "title": "Commercial Building for Sale at Maitidevi",
            "slug": "commercial-building-for-sale-at-maitidevi",
            "code": "8211"
        },
        {
            "id": 8210,
            "title": "House for Sale at Makalbari",
            "slug": "house-for-sale-at-makalbari",
            "code": "8210"
        },
        {
            "id": 8209,
            "title": "House for Sale at Mulpani | Amarsigh Chowk",
            "slug": "house-for-sale-at-mulpani",
            "code": "8209"
        },
        {
            "id": 8208,
            "title": "Land with House for Sale at Budhanilkantha | Washik",
            "slug": "land-with-house-for-sale-at-washik",
            "code": "8208"
        },
        {
            "id": 8207,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilkantha",
            "code": "8207"
        },
        {
            "id": 8206,
            "title": "House for Sale at Budhanilkatha | Washik",
            "slug": "house-for-sale-at-budhanilkatha-washik",
            "code": "8206"
        },
        {
            "id": 8205,
            "title": "House for Sale at Tikathali | Lalitpur",
            "slug": "house-for-sale-at-tikathali-lalitpur",
            "code": "8205"
        },
        {
            "id": 8204,
            "title": "Land for Sale at Duwakot",
            "slug": "land-for-sale-at-duwakotbhaktapur",
            "code": "8204"
        },
        {
            "id": 8203,
            "title": "Land for Sale at Bhaktapur",
            "slug": "land-for-sale-at-ittapakebhaktapur",
            "code": "8203"
        },
        {
            "id": 8202,
            "title": "Land for Sale at Helmet Dada",
            "slug": "land-for-sale-at-helmet-dadobhaktapur",
            "code": "8202"
        }
    ]
}