/flows/{flowId}/versions
curl -L \ --url 'https://lamapi3.azurewebsites.net/flows/{flowId}/versions' \ --header 'Authorization: Bearer JWT'
[ { "id": 1, "createdAt": "2025-02-23T05:05:51.079Z" } ]
Reads a specific version of the flow file
/flows/{flowId}/versions/{versionId}
curl -L \ --url 'https://lamapi3.azurewebsites.net/flows/{flowId}/versions/{versionId}' \ --header 'Authorization: Bearer JWT'
text
Was this helpful?