get https://{hostname}/config//flows//locales//strings
Returns a list of the strings defined in a flow.
Response
Returns a list of the strings defined in a flow.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config/app_id/flows/flow/locales/locale/strings \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"_self": "/config/4qeam8586cpkuru3ju8kj2xwdf/flows/myCoolFlow/locales/en-US/strings/emailAddressData",
"name": "emailAddressData"
},
{
"_self": "/config/4qeam8586cpkuru3ju8kj2xwdf/flows/myCoolFlow/locales/en-US/strings/poweredByAkamai",
"name": "poweredByAkamai"
}
]