GET /oneadmin0.9/city/?format=api&limit=20&offset=200&ordering=-removed
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 203,
    "next": null,
    "previous": "http://onebutton.co.il/oneadmin0.9/city/?format=api&limit=20&offset=180&ordering=-removed",
    "results": [
        {
            "id": 201,
            "neighborsCount": 0,
            "name": "תלמי מנשה",
            "created": "2020-07-05T07:49:45.894276Z",
            "removed": false,
            "state": null
        },
        {
            "id": 202,
            "neighborsCount": 0,
            "name": "תנובות",
            "created": "2020-07-05T07:49:45.897200Z",
            "removed": false,
            "state": null
        },
        {
            "id": 203,
            "neighborsCount": 0,
            "name": "גבעת זאב",
            "created": "2020-07-21T14:22:42.904150Z",
            "removed": false,
            "state": null
        }
    ]
}