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
|