Gets the street fractions for use in an address.
| Scope | addresses Deprecated scope name: get_settings_address_street_fractions |
| App Type | All |
| Authorization Type | Access token |
| URI | /v4/settings/addresses/streetFractions?lang={lang} |
| HTTP Method | GET |
| Automation Version(s) | 7.3.2 |
| Field or Parameter | Type | Required | Values | Description | Automation Version |
|---|---|---|---|---|---|
| lang | String | No | � | Indicates the language applied. | 7.3.2 |
| Field | Type | Description | Automation Version |
|---|---|---|---|
| result[] | result{} | � | 7.3.2 |
| result.text | string | The localized display text. | 7.3.2 |
| result.value | string | The value for the specified parameter. | 7.3.2 |
| status | integer | The record status. | 7.3.3 |
{
"status": 200,
"result": [
{
"value": "1/2",
"text": "1/2"
},
{
"value": "1/4",
"text": "1/4"
},
{
"value": "3/4",
"text": "3/4"
},
{
"value": "A",
"text": "A"
},
{
"value": "B",
"text": "B"
},
{
"value": "C",
"text": "C"
},
{
"value": "D",
"text": "D"
},
{
"value": "E",
"text": "E"
},
{
"value": "F",
"text": "F"
},
{
"value": "G",
"text": "G"
}
]
}