get https://{hostname}/config//flows//strings/
Returns a string definition from the flow.
Response
Returns a string definition from the flow.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config/app_id/flows/flow/strings/string \
--header 'accept: application/json'
xxxxxxxxxx
13{
"_self": "/config/4qeam8586cpkuru3ju8kj2xwdf/flows/myCoolFlow/strings/myCoolString",
"name": "myCoolString",
"schemaId": "myCoolAttribute",
"value": {
"_self": "/config/4qeam8586cpkuru3ju8kj2xwdf/flows/myCoolFlow/strings/myCoolString",
"key": "a0861174cd5d46eb65d38ee3ec137d55",
"path": "strings.myCoolString.value",
"values": {
"en-US": "This is a cool string"
}
}
}