Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=300
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4708,
    "next": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=301",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=299",
    "results": [
        {
            "id": 4198,
            "title": "House for Sale at Machhapokhari",
            "slug": "house-for-sale-machhapokhari",
            "code": "4198"
        },
        {
            "id": 4197,
            "title": "House for Sale at Raniban",
            "slug": "house-for-sale-at-raniban",
            "code": "4197"
        },
        {
            "id": 4196,
            "title": "Land for Sale at Sitapaila | Ramkot",
            "slug": "land-for-sale-ramkot-sitapaila",
            "code": "4196"
        },
        {
            "id": 4195,
            "title": "Residential House for Rent at Godawari | Lalitpur",
            "slug": "house-for-rent-godawari-lalitpur",
            "code": "4195"
        },
        {
            "id": 4194,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilkantha-kathmandu",
            "code": "4194"
        },
        {
            "id": 4193,
            "title": "House for Sale at Sitapaila | Ramkot",
            "slug": "house-for-sale-ramkot-sitapaila",
            "code": "4193"
        },
        {
            "id": 4192,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-budhanilkantha-kathmandu",
            "code": "4192"
        },
        {
            "id": 4190,
            "title": "Land for Sale at Budhanilkantha | Kathmandu",
            "slug": "land-for-sale-at-budhanilkantha-kathmandu",
            "code": "4190"
        },
        {
            "id": 4189,
            "title": "Land for Sale at Tokha",
            "slug": "land-for-sale-at-tokha-grande",
            "code": "4189"
        },
        {
            "id": 4188,
            "title": "Property for Rent at Bhotebahal | Kathmandu",
            "slug": "commercial-property-for-rent-at-bhotebahal-kathmandu",
            "code": "4188"
        },
        {
            "id": 4187,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-budhanilkantha-kathmandu",
            "code": "4187"
        },
        {
            "id": 4183,
            "title": "1,200 Sq. Ft floor for Rent at Bhotebahal | Kathmandu",
            "slug": "commercial-property-for-rent-at-bhotebal",
            "code": "4183"
        }
    ]
}