Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=222
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=223",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=221",
    "results": [
        {
            "id": 5329,
            "title": "House for Sale at Nakhipot | Lalitpur",
            "slug": "house-for-sale-at-nakhipot-lalitpur",
            "code": "5329"
        },
        {
            "id": 5328,
            "title": "House for Sale at Kusunti | Lalitpur",
            "slug": "house-for-sale-at-kusunti-lalitpur",
            "code": "5328"
        },
        {
            "id": 5327,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilkantha",
            "code": "5327"
        },
        {
            "id": 5326,
            "title": "House for Sale at Budhanilkantha",
            "slug": "house-for-sale-at-budhanilkantha",
            "code": "5326"
        },
        {
            "id": 5325,
            "title": "Semi Commercial House for Sale at Budhanilkantha",
            "slug": "semi-commercial-house-for-sale-at-budhanilkantha",
            "code": "5325"
        },
        {
            "id": 5324,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-for-sale-at-budhanilkantha",
            "code": "5324"
        },
        {
            "id": 5323,
            "title": "House for Sale at Imadol",
            "slug": "house-for-sale-at-imadol",
            "code": "5323"
        },
        {
            "id": 5322,
            "title": "House for Sale at Tikathali",
            "slug": "house-for-sale-at-tikathali",
            "code": "5322"
        },
        {
            "id": 5321,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-for-sale-at-budhanilkantha",
            "code": "5321"
        },
        {
            "id": 5320,
            "title": "House for Sale at Tokha",
            "slug": "house-for-sale-at-tokha",
            "code": "5320"
        },
        {
            "id": 5319,
            "title": "House for Sale at Imadol",
            "slug": "house-on-sale-at-imadol-cozy-home",
            "code": "5319"
        },
        {
            "id": 5318,
            "title": "Land for Sale at Imadol",
            "slug": "land-for-sale-at-imadol",
            "code": "5318"
        }
    ]
}