Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=3
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=4",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=2",
    "results": [
        {
            "id": 8537,
            "title": "Land for Sale at Dallu",
            "slug": "land-for-sale-at-dallu",
            "code": "8537"
        },
        {
            "id": 8535,
            "title": "House for Sale at Kalanki",
            "slug": "house-for-sale-at-kalanki",
            "code": "8535"
        },
        {
            "id": 8534,
            "title": "House for Sale at Basantapur",
            "slug": "house-for-sale-at-basantapur",
            "code": "8534"
        },
        {
            "id": 8533,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-for-sale-at-budanilkantha",
            "code": "8533"
        },
        {
            "id": 8532,
            "title": "Land for Sale at Kapan",
            "slug": "land-for-sale-at-lasunta-kapan",
            "code": "8532"
        },
        {
            "id": 8531,
            "title": "Land for Sale at Italitar",
            "slug": "land-for-sale-at-italitar-budhanilkantha",
            "code": "8531"
        },
        {
            "id": 8530,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilkantha",
            "code": "8530"
        },
        {
            "id": 8524,
            "title": "Land for Sale at Sudal",
            "slug": "land-for-sale-at-sudalbhaktapur",
            "code": "8524"
        },
        {
            "id": 8523,
            "title": "Land for Sale at Sudal",
            "slug": "land-for-sale-at-sudalbhaktapur",
            "code": "8523"
        },
        {
            "id": 8522,
            "title": "Land for Sale at Tathali",
            "slug": "land-for-sale-at-tathalibhaktapur",
            "code": "8522"
        },
        {
            "id": 8521,
            "title": "Land for Sale at Ramkot",
            "slug": "land-for-sale-at-ramkot-nagarjun",
            "code": "8521"
        },
        {
            "id": 8519,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-for-sale-at-budhanilkantha-bhangal",
            "code": "8519"
        }
    ]
}