v1
latestOpenAPI 3.0.02026-07-142740323.4 KBOther
List operations on attachments
Get the list of the operations that are available for attachments associated with the given instance
get/instances/{id}/attachments/{name}
Path parameters
idstring required
Orthanc identifier of the instance of interest
namestring required
The name of the attachment, or its index (cf. UserContentType configuration option)
Headers
If-None-Matchstring
Optional revision of the attachment, to check if its content has changed
Response
{"stackTrail":"paths:/instances/{id}/attachments/{name}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"List of the available operations","example":["compress","compressed-data","compressed-md5","compressed-size","data","info","is-compressed","md5","size","uncompress","verify-md5","uuid"]}
Example response
[ "compress", "compressed-data", "compressed-md5", "compressed-size", "data", "info", "is-compressed", "md5", "size", "uncompress", "verify-md5", "uuid" ]