{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Regional Settings API", "version": "1.0.58-20240529-47eda8bd" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.ringcentral.com/restapi/oauth/authorize", "accessTokenUrl": "https://platform.ringcentral.com/restapi/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Regional Settings", "type": "folder" }, "items": [ { "info": { "name": "List States", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/dictionary/state", "params": [ { "name": "allCountries", "value": "", "type": "query", "description": "If set to `true` then states of all countries are returned and\n`countryId` is ignored, even if specified. If the value is empty\nthen the parameter is ignored\n" }, { "name": "countryId", "value": "", "type": "query", "description": "Internal identifier of a country" }, { "name": "page", "value": "", "type": "query", "description": "Indicates a page number to retrieve. Only positive number values\nare accepted\n" }, { "name": "perPage", "value": "", "type": "query", "description": "Indicates a page size (number of items)" }, { "name": "withPhoneNumbers", "value": "", "type": "query", "description": "If `true` the list of states with phone numbers available for\nbuying is returned\n" } ] }, "docs": "Returns all states of a certain country.\n" }, { "info": { "name": "Get State", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/dictionary/state/:stateId", "params": [ { "name": "stateId", "value": "", "type": "path", "description": "Internal identifier of a state" } ] }, "docs": "Returns information on a specific state by ID.\n" }, { "info": { "name": "List Locations", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/dictionary/location", "params": [ { "name": "orderBy", "value": "", "type": "query", "description": "Sorts results by the property specified" }, { "name": "page", "value": "", "type": "query", "description": "Indicates a page number to retrieve. Only positive number values\nare accepted\n" }, { "name": "perPage", "value": "", "type": "query", "description": "Indicates a page size (number of items)" }, { "name": "stateId", "value": "", "type": "query", "description": "Internal identifier of a state" }, { "name": "withNxx", "value": "", "type": "query", "description": "Specifies if `nxx` codes are returned" } ] }, "docs": "Returns all available locations for a certain state.\n" }, { "info": { "name": "List Languages", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/dictionary/language" }, "docs": "Returns information about the supported languages.\n" }, { "info": { "name": "Get Language", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/dictionary/language/:languageId", "params": [ { "name": "languageId", "value": "", "type": "path", "description": "Internal identifier of a language" } ] }, "docs": "Returns a language by ID.\n" }, { "info": { "name": "List Timezones", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/dictionary/timezone", "params": [ { "name": "page", "value": "", "type": "query", "description": "Indicates a page number to retrieve. Only positive number values\nare allowed. Default value is '1'\n" }, { "name": "perPage", "value": "", "type": "query", "description": "Indicates a page size (number of items). If not specified, the value is '100' by default" } ] }, "docs": "Returns all available timezones.\n" }, { "info": { "name": "Get Timezone", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/dictionary/timezone/:timezoneId", "params": [ { "name": "timezoneId", "value": "", "type": "path", "description": "Internal identifier of a timezone" } ] }, "docs": "Returns information on a certain timezone.\n" }, { "info": { "name": "List Countries", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/dictionary/country", "params": [ { "name": "loginAllowed", "value": "", "type": "query", "description": "Specifies whether the logging-in with the phone numbers of this country\nis enabled or not\n" }, { "name": "signupAllowed", "value": "", "type": "query", "description": "Indicates whether a signup/billing is allowed for a country. If\nnot specified all countries are returned (according to other\nspecified filters if any)\n" }, { "name": "numberSelling", "value": "", "type": "query", "description": "Specifies if RingCentral sells phone numbers of this country\n" }, { "name": "page", "value": "", "type": "query", "description": "Indicates a page number to retrieve. Only positive number values\nare accepted\n" }, { "name": "perPage", "value": "", "type": "query", "description": "Indicates a page size (number of items)\n" }, { "name": "freeSoftphoneLine", "value": "", "type": "query", "description": "Specifies if free phone line for softphone is available for a\ncountry or not\n" } ] }, "docs": "Returns all countries available for calling.\n" }, { "info": { "name": "Get Country", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/dictionary/country/:countryId", "params": [ { "name": "countryId", "value": "", "type": "path", "description": "Internal identifier of a country" } ] }, "docs": "Returns information on a specific country.\n" } ] } ], "bundled": true }