Application::findCities Method

Returns one or more cities, optionally filtered and sorted by specified parameters.

NameTypeDescription
NetworkId UrlNetwork ID
NetworkToken StringNetwork token
Target StringThis calls action target
Method StringThis calls action method
fieldsStringList of fields to return; defaults to all fieldsShow Supported Values
filtersFilterArray of field values to filter results byShow Filterable Fields
sortSortFields and directions ("asc" or "desc") to sort byShow Sortable Fields
limitIntegerLimit the number of items returned per page; defaults to returning 1000
pageIntegerPage by the limit of items returned; defaults to page 1

GET Response Notes

Returns an array of City model objects

API Call Builder

Javascript is required to use the API Call Builder.
Have a Question? Please contact [email protected] for technical support.