Attachments
Endpoints within Attachments.Attachments Category
This category contains endpoints to manage documents, pictures, and other files in terms of uploading, downloading, and later to be attached to other entities.
Endpoint | Type | Description | Status |
---|---|---|---|
Read File | GET | Get direct access to attachment handled based on the provided id. | LIVE |
Read File Redirect | GET | Get attachment/file by the provided id. | LIVE |
Delete File | DELETE | This endpoint enables developer to delete the uploaded attachment. | LIVE |
Add File | POST | This endpoint is used to add up a single file into the system | OBSOLETE |
Upload File | POST | This endpoints enables developer to upload multiple files in a single go. | LIVE |
Updated about 2 years ago