Automic Workload Automation

 View Only

 Using download API for latest product download

Ralph's profile image
Ralph posted Jul 27, 2025 07:19 AM

I've followed the download API instructions (https://downloads.automic.com/downloads/download_api_documentation) and succeeded to download the product Automic Automation installation package by explictly giving the release_delivery_id as download_file_id argument, which I copied manually from the download website.

But I'm wondering how to retrieve via API the release_delivery_id or download_file_id (- which seems to be the same -) by having the product_version_id (which I previously retrieved via version_filter=latest).

Thanks for any hints,

Ralph

Ralph's profile image
Ralph

Hi all,

found the issue by myself:

By accident I'd been using "jq" without option "-r" at one step, so I've retrieved the product_version_id in quotes and used this in the following URL query which results in ignoring this argument.
Keeping all ids without quotes in the URLs it's working smoothly.

Regards,

Ralph