v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Regional Settings

List Locations

Returns all available locations for a certain state.

get/restapi/v1.0/dictionary/location

Query parameters

orderBy'Npa' | 'City'

Sorts results by the property specified

pageinteger

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

perPageinteger

Indicates a page size (number of items)

stateIdstring

Internal identifier of a state

withNxxboolean

Specifies if nxx codes are returned

Response

Location list

uristring uri

Link to the location list resource

Example response

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