get https://{hostname}/config//flows//versions/
Returns the specified version of a flow.
Response
Returns the specified version of a flow.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config/app_id/flows/flow/versions/version \
--header 'accept: application/json'
xxxxxxxxxx
16{
"name": "documentation",
"version": "20191104175008321852",
"_self": "/config/hevwjvt8j7cym5hbbzdu8mv6aj/flows/documentation/versions/20191104175008321852",
"userData": [
"email",
"displayName"
],
"_relationships": {
"fields": "/config/hevwjvt8j7cym5hbbzdu8mv6aj/flows/documentation/fields",
"forms": "/config/hevwjvt8j7cym5hbbzdu8mv6aj/flows/documentation/forms",
"locales": "/config/hevwjvt8j7cym5hbbzdu8mv6aj/flows/documentation/locales",
"screens": "/config/hevwjvt8j7cym5hbbzdu8mv6aj/flows/documentation/screens",
"translations": "/config/hevwjvt8j7cym5hbbzdu8mv6aj/flows/documentation/translations"
}
}