...
q
: The query string. A free-form query, it searches in the following ways (NOTE: blank queries return nothing):- by phone number in one of these forms: 10 sequential digits; with dash or period separators (ex: XXX-XXX-XXXX)
- by zip code in one of these forms: 5 digit zip, 9 digit zip with dash (ex. 10001-4356)
- by name of location
page
: The page number. A zero-based value. The default value is 0 for the first page.count
: The number of results per page. The default value is 20, and the maximum value is 1000.updatedSince
: Filter the results to list only those locations updated since the specified time/ date.- Format: YEAR-MONTH-DAY HOUR:MINUTE:SECOND
- Notes:
- The hours are in 24 hour time.
- The date/time is in Eastern Standard Time (EST)
- Examples
- Example:
- 2012-01-05
- 2012-01-05 22:55
- 2012-01-05 22:55:04
- 2012-01-05
URI Examples:
The following two example URIs are equivalent and return the first 20 of the available locations as the 0th page of locations.
...
Code Block |
---|
/locations/search?updatedSince=2012-01-18+14:03
|
Response
The JSON response contains the following information:
...