Attachments
Last updated
Was this helpful?
Last updated
Was this helpful?
This API allows users to retrieve attachments associated with a specific record in a table. Attachments can include various types of files such as documents, images, and other resources uploaded to the system.
Retrieve all attachments associated with a given record.
/tables/{tableId}/records/{recordId}/attachments
UUID of the table.
UUID of the record.
Upload a new attachment to a given record.
/tables/{tableId}/records/{recordId}/attachments
UUID of the table.
UUID of the record.
File to be uploaded.
Remove an attachment from a record.
/tables/{tableId}/records/{recordId}/attachments/{attachmentId}
UUID of the table.
UUID of the record.
UUID of the attachment.
No body