/restapi/v1.0/dictionary/location
GET {{baseUrl}}/restapi/v1.0/dictionary/location?orderBy=<string>&page=<integer>&perPage=<integer>&stateId=<string>&withNxx=<boolean>
Get Location List
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
orderBy | string | Sorts results by the specified property. The default value is 'City' | |
page | string | Indicates the page number to retrieve. Only positive number values are allowed. Default value is '1'. | |
perPage | string | Indicates the page size (number of items). If not specified, the value is '100' by default. | |
stateId | string | Internal identifier of a state | |
withNxx | string | Specifies if nxx codes are returned |