v1

latestOpenAPI 3.0.02026-07-14202153.0 KB
Attachments

Save attachment

This API allows you to save a file in a field of type File.

When using in javascript, you must add the header content-type with value multipart/form-data;

You can upload more than one file. Just add a new field in the form-data with type File.

post/api/dataentities/{acronym}/documents/{id}/{field}/attachments

Path parameters

acronymstring required

Two letter word that identifies the data structure

idstring required

Id of the document

fieldstring required

Field to attach the file to, as described in admin