This document captures the changes in the new Attachment V3 API.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy84NjYvMTQyNjIvY2tmaW5kZXIvaW1hZ2VzL3F1L2ltYWdlJTIwKDE2KS5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzI1NDAwMTd9fX1dfQ__&Signature=eg9xU5jOkm5NaH9pa8xT-aFfG7opEdLL1c67zv3I7Cgfit3GV1u-MwZyU1OkQPQK-HVdtmOpXgcBnsCO2wnf-ke8KZTfx-tGlTerMh-XNI~OnomQTg-~Srd743X2KSqcSwx38Bf4DJxHhhpdCI9szGRadbIarb2I~lEUUtXevbLZY10JZPzEpHquKhYtXp~zpUYTuCBCpAq7YedYlbTp4tyfpHVE8y3YgMlFPyPjErN99pgiSFJphGUB~ZpdA0ix6dff8bvqGVRjca~pb8hj7s4Pj3cWIkkbpIFQ27Dpec-g3cqXFD-l4cQqjwG-Nerp~QxaLzZj5YzuLPjIC-dY~A__&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) |