Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=4
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=5",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=3",
    "results": [
        {
            "id": 8518,
            "title": "Land for Sale at Kerabari",
            "slug": "land-for-sale-at-kerabari",
            "code": "8518"
        },
        {
            "id": 8517,
            "title": "Commercial Building for Rent at Mid Baneshwor",
            "slug": "commercial-building-for-rent-at-mid-baneshwor",
            "code": "8517"
        },
        {
            "id": 8515,
            "title": "House for Sale at Chamati",
            "slug": "house-for-sale-at-chamati",
            "code": "8515"
        },
        {
            "id": 8514,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budanikantha",
            "code": "8514"
        },
        {
            "id": 8513,
            "title": "House for Sale at Halchowk",
            "slug": "house-for-sale-at-pachdhara-halchowk",
            "code": "8513"
        },
        {
            "id": 8512,
            "title": "House for Rent at Naxal",
            "slug": "house-for-rent-at-naxal",
            "code": "8512"
        },
        {
            "id": 8511,
            "title": "House for Sale at Kapan",
            "slug": "house-for-sale-at-kapan-lasuntar",
            "code": "8511"
        },
        {
            "id": 8510,
            "title": "Land for Sale at Khorsane",
            "slug": "land-for-sale-at-khorsane",
            "code": "8510"
        },
        {
            "id": 8509,
            "title": "House for Sale at Bafal",
            "slug": "house-for-sale-at-bafal",
            "code": "8509"
        },
        {
            "id": 8508,
            "title": "House for Sale at Syuchatar",
            "slug": "house-for-sale-at-syuchatar",
            "code": "8508"
        },
        {
            "id": 8507,
            "title": "Commercial House for Sale at Kupondole",
            "slug": "commercial-house-for-sale-at-kupondole",
            "code": "8507"
        },
        {
            "id": 8506,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-for-sale-at-budhanilkantha",
            "code": "8506"
        }
    ]
}