Place Management
Get Places
Retrieve places (locations/sites) for your organization.
POST
Use this endpoint to retrieve places/locations associated with your organization. Places can represent customer sites, warehouses, offices, or any fixed locations relevant to your operations.
REQUEST
string
Optional filter to search places by name. Case-insensitive substring match. Minimum 3 characters recommended.
array
Optional array of specific place UIDs to retrieve. When provided, only these places will be returned (subject to permissions).
integer
default:500
Maximum number of places to return. Default is 500. Some accounts may have different limits.
Permissions & Filtering
- Workers with
workers_view_placesdisabled can only see places from their assigned teams - Places are automatically filtered by distance from your location (closest first)
- Only places you have permission to view will be returned
RESPONSE
integer
required
Status code.
0 indicates success.array
required
Array of place objects. Each place contains:
uid(string): Unique place identifiername(string): Place nameaddress(string): Street addresscity(string): City namestate(string): State or regionpostalcode(string): Postal/ZIP codecountry_code(string): ISO country codephone(string): Contact phone numberemail(string): Contact email addresslocation(object): Coordinates withlatandlngradius(integer): Check-in radius in meterscolor(string): Color code in hex formatlinkedForms(string): Linked form IDscreator(string): Creator name when availabledata(array): Extended custom data as single-key objects