I need to preview all the attachments of a workitem in compressed size (thumbnail)
I don’t want to download full-size attachments.
I know currently we need to use following link
$url = https://dev.azure.com/{organization}/{project}/_apis/wit/workitems/434?**$expand=all**&api-version=5.0
and loop and get each attachment by id.
but its downloads in full size.
Do we have any way to see compressed attachment preview first before download ?