v1

latestSwagger 2.02026-08-06114161439.7 KB
misc

Returns the list of locations with reference to location id

Retrieves detailed location information for a specific geo-routing location by ID. Returns the complete location configuration including geographic boundaries and routing rules.

get/misc/geo/locations

Query parameters

location_idinteger required

Geo-location ID. Required integer. Identifies the geo-location record.

Response

Detailed location configuration for geo-routing

location_route_idinteger

Unique identifier representing a specific location-route. Type: integer (int32).

location_idinteger

Unique identifier representing a specific location. Type: integer (int32).

route_locationstring

represents location route. Type: string.

route_addressstring

route_address. Type: string.

route_citystring

route_city. Type: string.

route_statestring

route_state. Type: string.

route_zipstring

route_zip. Type: string.

route_targetstring

route_target. Type: string.

route_claimed_zipstring

route_claimed_zip. Type: string.

route_longitudestring

route_longitude. Type: string.

route_latitudestring

route_latitude. Type: string.

route_createdstring

route_created. Type: string.

route_modifiedstring

route_modified. Type: string.

hunt_type'roundrobin' | 'overflow' | 'simultaneous' | 'rollover'

hunting type for overflow ringto numbers. Type: enum (string); Allowed values: roundrobin, overflow, simultaneous, rollover.