This document captures the changes in the new Attachment V3 API.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy84NjYvMTQyNjIvY2tmaW5kZXIvaW1hZ2VzL3F1L2ltYWdlJTIwKDE2KS5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3Njc2MDgzMzZ9fX1dfQ__&Signature=T~5lk4~0W1fHidj4cCpnFXqQH8WFxUI3T5CRTbUGcTwgBH~cfruq8IpiQS8dDsiezcmUcL8mDVjyYQWpf27aGLNzLuf2ePmuEyvhbhX90UjjEIw2we4h8rHwDdgrdCN9IU2s76YT1m3N~Ebfxd-xA0~sBVEpRMwSiNtmlkGubIotjaCP08cB3Diy-H92NIGAmAs971b0IT8iuHOBfIFY47EEK1y-2xfUIezeIs5R9nnSRfHhjmOQiPuAYCcvmwFuNI1VQoCfpcnndqpSKqQ82~iVAkGRTwZ0N7dxFN52ZWxY64WpndmI4uQ1-n8AGkY9GwZT2yQaR20LmX7gYly0FA__&Key-Pair-Id=K2TK3EG287XSFC)
|
Add Project Attachment |
/api/v3/projects/<id>/upload?description=test (PUT) |
|
Get all the attachments in a project |
/api/v3/projects/<id>/attachments (GET) |
|
Delete a Project Attachment |
/api/v3/projects/<id>/attachments/<id> (DELETE) |
|
Download aProject Attachment |
/api/v3/projects/<id>/attachments/<id>/download (GET) |
|
Add Milestone Attachment |
/api/v3/projects/<id>/milestones/<id>/upload?description=test (PUT) |
|
Get all the attachments in a Milestone |
/api/v3/projects/<id>/milestones/<id>/attachments (GET) |
|
Delete a Milestone Attachment |
/api/v3/projects/<id>/milestones/<id>/attachments/<id> (DELETE) |
|
Download a Milestone Attachment |
/api/v3/projects/<id>/milestones/<id>/attachments/<id>/download (GET) |
|
Add Request Attachment |
/api/v3/requests/<id>/upload (PUT) |
|
Get all the attachments in a Request |
/api/v3/requests/<id>/attachments (GET) |
|
Delete a Request Attachment |
/api/v3/requests/<id>/attachments/<id> (DELETE) |
|
Download a Request Attachment |
/api/v3/requests/<id>/attachments/<id>/download (GET) |
|
Add Solution Attachment |
/api/v3/solutions/<id>/upload (PUT) |
|
Get all the attachments in a Solution |
/api/v3/solution/<id>/attachments (GET) |
|
Delete a Solution Attachment |
/api/v3/solutions/<id>/attachments/<id> (DELETE) |
|
Download a Solution Attachment |
/api/v3/solutions/<id>/attachments/<id>/download (GET) |
|
Add Task Attachment |
/api/v3/tasks/<id>/upload?description=test (PUT) |
|
Get all the attachments in a Task |
/api/v3/tasks/<id>/attachments (GET) |
|
Delete a Task Attachment |
/api/v3/tasks/<id>/attachments/<id> (DELETE) |
|
Download a Task Attachment |
/api/v3/tasks/<id>/attachments/<id>/download (GET) |
|
Add Task Attachment |
/api/v3/{module_name}/<id>/tasks/<id>/upload?description=test (PUT) |
|
Get all the attachments in a Task |
/api/v3/{module_name}/<id>/tasks/<id>/attachments (GET) |
|
Delete a Task Attachment |
/api/v3/{module_name}/<id>/tasks/<id>/attachments/<id> (DELETE) |
|
Download a Task Attachment |
/api/v3/{module_name}/<id>/tasks/<id>/attachments/<id>/download (GET) |