This document captures the changes in the new Attachment V3 API.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy84NjYvMTQyNjIvY2tmaW5kZXIvaW1hZ2VzL3F1L2ltYWdlJTIwKDE2KS5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3ODA1OTU0NDl9fX1dfQ__&Signature=T-tIGhh9M983UWPEhmaiERpz1TfQZayi5v1L-DjGirVbK7jepBQMvxDWBFf2wO37G16~txL87VUhzgkSESUA3EsRFBgQQmTn9SLSkahM16lypKOZ1dLcZPitZCrpIoBZvlLeNlX8Pyj09Sft-DC3CWtzfilFbKI9SeTwDeTD6h87lcokRyU~C1QqpbzJSaaOHnpq3ah7jFbnLGh20JKeFJdOI2C2ks8Nz5Go0B7zskUazqj5C9QaBF6b1Vsp-djI4~elVeXemmUJo-ew1quACrfaEm3mr1nzeVGvmkTkvhucsjD~t6JFDgECNoGO5eFQA39O96n9fC3Q1XBqxDAZJA__&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) |