GET /oneadmin0.9/city/?format=api&limit=20&offset=200&ordering=-created
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=-created",
    "results": [
        {
            "id": 3,
            "neighborsCount": 0,
            "name": "באר שבע",
            "created": "2020-05-27T11:58:37.029455Z",
            "removed": false,
            "state": null
        },
        {
            "id": 2,
            "neighborsCount": 0,
            "name": "חיפה",
            "created": "2020-05-27T11:58:37.025457Z",
            "removed": false,
            "state": null
        },
        {
            "id": 1,
            "neighborsCount": 0,
            "name": "טבריה",
            "created": "2020-05-27T11:58:37.021140Z",
            "removed": false,
            "state": null
        }
    ]
}