v1
OpenAPI 3.0.12026-08-06274588.1 KBAttachments
Retrieves attachment metadata by unique identifier. Supports both uploaded files and external source attachments.
get/api/v1/attachments/{id}
Path parameters
idstring uuid required
The unique identifier of the attachment.
Response
OK
Example response
{
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"itemId": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"name": "Document.pdf",
"mimeType": "application/pdf",
"size": 102400
}