v1

latestSwagger 2.02026-08-06114161439.7 KB
misc

list of geoRoute location

Retrieves configured geo-routing locations for geographic call routing. Returns location records that define routing rules based on caller geography. Supports pagination and filtering.

get/misc/geo/locationlist

Query parameters

limitinteger

Maximum number of records to return per page. Integer, default 100, max 2000, min 1.

offsetinteger

Number of records to skip from the start of the result set. Integer, default 0, max 100000, min 0. Use with limit for pagination.

filterstring[]

URL-encoded comma-separated list of filter conditions in the form '<field> <op> <value>' where op is one of =, !=, <=, >=, >, <, like (spaces required around 'like'). Example: 'call_started > 2024-01-01'. Max 10 conditions. Filterable fields vary by endpoint.

Response

Geo-routing location configurations

group_idinteger

group id

location_idinteger

id of the geoRoute location

location_namestring

name of the geoRoute location

location_quantityinteger

quantity of the location available within the geoRoute location

location_createdstring date-time

The date and time when the geoRoute location was created

location_modifiedstring date-time

The date and time when the geoRoute location was last updated