Service Board > Max for Developers > Appendix B: Max REST API > REST API Version 2: Attachments
REST API Version 2: Attachments
REST API Endpoints
Action
Method
URL
Input
Output
Parameters
GET
v2/<object_full_identifier>/<record_uuid>/attachments
JSON representation of the attachments related to the record
GET
v2/<object_full_identifier>/attachments
JSON map keyed by <record_uuid>, with values that represent the related attachments
uuids
POST
/v2/<object_full_identifier>/<record_uuid>/attachments
Multipart request that contains the files to attach, sent as sections in a multipart document in the body
JSON representation of the attachments added to the record
document_id
DELETE
/v2/<object_full_identifier>/<record_uuid>/attachments
names
version
For more information:
Was this helpful?