v2
latestOpenAPI 3.0.12026-08-08274588.1 KBItems
Retrieves all attachments associated with the specified item.
get/api/v1/items/{itemId}/attachments
Path parameters
itemIdstring uuid required
The unique identifier of the item.
Response
OK
Example response
[
{
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"itemId": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"name": "Document.pdf",
"mimeType": "application/pdf",
"size": 102400
}
]