v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Automatic Location Updates

List Devices

Returns a list of common devices with their status of Automatic Location Updates feature.

get/restapi/v1.0/account/{accountId}/emergency-address-auto-update/devices

Path parameters

accountIdstring required

Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)

Query parameters

siteIdstring[]

Internal identifier of a site for filtering. To indicate company main site main-site value should be specified. Supported only if multi-site feature is enabled for the account. Multiple values are supported.

featureEnabledboolean

Filters entries by their status of Automatic Location Updates feature

modelIdstring

Internal identifier of a device model for filtering. Multiple values are supported

compatibleOnlyboolean

Filters devices which support HELD protocol

searchStringstring

Filters entries which have device name or model name containing the mentioned substring. The value should be split by spaces; the range is 0 - 64 characters, not case-sensitive. If empty the filter is ignored

orderBystring

Comma-separated list of fields to order results prefixed by plus sign '+' (ascending order) or minus sign '-' (descending order). Supported values: 'name', 'modelName', 'siteName', 'featureEnabled'. The default sorting is by name

perPageinteger

Indicates a page size (number of items). The values supported: Max or numeric value. If not specified, 100 records are returned per one page

pageinteger

Indicates a page number to retrieve. Only positive number values are supported

Response

Device list with their status of Automatic Location Updates feature

uristring uri

Link to a devices resource

Example response

{
  "paging": {
    "perPage": 50,
    "page": 5,
    "pageEnd": 5,
    "totalPages": 25,
    "totalElements": 25
  }
}