Way to download attachments of a workitem using python
One answer
As far as I am aware there is no public HTTP API available to download attachments from work items. The only public API available is Java based. So you would have to call a Java app to execute the download. The Java API is explained here: https://rsjazz.wordpress.com/2012/09/21/downloading-attachments-from-work-items/