Retrieve states by conditions
Retrieve states by conditions
Authorizations:Token
Query Parameters
| _cnd[countryCode] | stringFilters states by country code |
| _cnd[substring] | stringFilters states by substring |
| _cnd[limit] | Array of stringsSets the offset (first item) and the limit (second item) |
| _cnd[orderBy] | Array of stringsSets sorting order field |
Responses
200Success
Response schema:
Success Array
| state_id | integer |
| state | string |
| code | string |
| country | |
| region |