Hi together
i want to get all my iflows for some quality check and reporting purposes and i am using first the API https://{tenant}.hana.ondemand.com:443/api/v1/IntegrationPackages to get all packages and then i am reading in a loop package by package using the API https://{tenant}hana.ondemand.com/api/v1/IntegrationPackages('{package id}')/IntegrationDesigntimeArtifacts
This works perfect for all iflows of type "Integration Flow". Unfortunately i have not found any API to get me a list of iflows of type "REST API", here i am getting only this result:

Usually between line 9 and 10 you get for each iflow that is in that package then an XML entry called "entry" containing the metadata and access URLs to download it.
I can download the full package via the API https://{tenant}.hana.ondemand.com/api/v1/IntegrationPackages('{package id}')/$value and get a Zip that i can extract - looks like this:

After renaming the first 3 files to suffix ".zip" i can also unpack those, too and get the iflow here:

But i am wondering if there is maybe a smarter way to get those files - maybe it's also a bug in the API for IntegrationDesigntimeArtifacts?
Thanks for anybody who can help here
BR Helmut