Get All Address Street Directions

Gets the street directions for use in an address.

Resource Information

Scopeaddresses

Deprecated scope name:   get_settings_address_street_directions

App TypeAll
Authorization TypeAccess token
URI /v4/settings/addresses/streetDirections?lang={lang}
HTTP MethodGET
Automation Version(s)7.3.2

Request Information

Field or ParameterTypeRequiredValuesDescriptionAutomation Version
langStringNoIndicates the language applied.7.3.2

Response Information

FieldTypeDescriptionAutomation Version
result[]result{}7.3.2
result.textstringThe localized display text.7.3.2
result.valuestringThe value for the specified parameter.7.3.2
statusintegerThe record status.7.3.3

Example

Sample Response Body

{
  "status": 200,
  "result": [
    {
      "value": "E",
      "text": "E"
    },
    {
      "value": "N",
      "text": "N"
    },
    {
      "value": "NE",
      "text": "NE"
    },
    {
      "value": "NW",
      "text": "NW"
    },
    {
      "value": "S",
      "text": "S"
    },
    {
      "value": "SE",
      "text": "SE"
    },
    {
      "value": "SW",
      "text": "SW"
    },
    {
      "value": "W",
      "text": "W"
    }
  ]
}