Name | Type | Type | Required | Default |
---|---|---|---|---|
response_format | Response data format. Default is json. | String | json |
Name | Type | Type | Required | Default |
---|---|---|---|---|
offset | The offset of returned values. | Integer | 0 | |
limit | Max number of returned elements. | Integer | 10000 |
Status Code | Type | Type |
---|---|---|
200 | Returns response result. | ResultList < City > |
400 | Returns API error. | ApiError[] |