GET
/profiles/{profile_id}/optionlists/{optionlist_id}/options/{option_id}/localizations
curl \
--request GET 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/optionlists/{optionlist_id}/options/{option_id}/localizations' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"label": "fallar",
"language_code": "es"
},
{
"label": "失败",
"language_code": "zh-hans"
},
{
"label": "失敗",
"language_code": "zh-hant"
}
]