Management API
...
Product
Installation Files
List Installation Files
4min
show all installation files the requesting manager has access permissions to url /api/v1/installation files/ method get query parameters pagination default pagination is 20 results per page limit number of results to return per page example limit=20 offset the initial index from which to return the results example offset=21 filtering the results can be filtered by various attributes on installation file or related to the installation file possible filters product success response code 200 ok content examples { "count" 3, "next" null, "previous" null, "results" \[ { "id" 733291, "created at" "2020 11 05t12 52 17z", "updated at" "2020 11 05t12 52 17z", "version" "ver1 5", "full link" "http //www africau edu/images/default/sample pdf", "filename" "sample pdf", "release date" "2020 11 04", "enabled" true, "hash md5" "96962fd22cae41c54a3622ea79cd2bf8", "environment" "linux", "release notes link" "http //www africau edu/images/default/sample pdf", "eula link" "http //www africau edu/images/default/sample pdf", "size" "123", "requires version" "ver1 5", "product" 1584723961091256 }, ] }