Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=100
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=101",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=99",
    "results": [
        {
            "id": 7154,
            "title": "House for Sale at Kuleshwor",
            "slug": "house-for-sale-at-kuleshwor",
            "code": "7154"
        },
        {
            "id": 7153,
            "title": "Apartment for Sale at Kuleshwor | Soltee City",
            "slug": "apartment-for-sale-at-soltee-city",
            "code": "7153"
        },
        {
            "id": 7152,
            "title": "Bungalow for Sale at Kuleshwor | Soltee City",
            "slug": "bungalow-for-sale-at-soltee-city",
            "code": "7152"
        },
        {
            "id": 7151,
            "title": "Land for Sale at Baluwatar",
            "slug": "property-for-sale-at-baluwatar",
            "code": "7151"
        },
        {
            "id": 7150,
            "title": "House for Sale at Baluwatar",
            "slug": "house-for-sale-at-baluwatar",
            "code": "7150"
        },
        {
            "id": 7149,
            "title": "House for Sale at Thamel | Jyatha",
            "slug": "house-for-sale-at-jyatha-thamel",
            "code": "7149"
        },
        {
            "id": 7148,
            "title": "House for Sale at Baluwatar",
            "slug": "house-for-sale-at-baluwatar",
            "code": "7148"
        },
        {
            "id": 7144,
            "title": "Semi- Commercial House for Sale at Shantinagar",
            "slug": "semi-commercial-house-for-sale-at-shantinagar",
            "code": "7144"
        },
        {
            "id": 7143,
            "title": "House for Sale at Bafal | Kohinoor Housing",
            "slug": "house-for-sale-at-bafal-kohinoor-housing",
            "code": "7143"
        },
        {
            "id": 7142,
            "title": "Land for Sale at Bafal",
            "slug": "land-for-sale-at-bafal",
            "code": "7142"
        },
        {
            "id": 7141,
            "title": "House for Sale at Tikathali",
            "slug": "house-for-saleat-tikathali",
            "code": "7141"
        },
        {
            "id": 7140,
            "title": "Semi Bungalow for Sale at Thimi | Harsa Chowk",
            "slug": "east-face-semi-bungalow-for-sale-at-harsad-chowk-thimi",
            "code": "7140"
        }
    ]
}