This document captures the changes in the new Attachment V3 API.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy84NjYvMTQyNjIvY2tmaW5kZXIvaW1hZ2VzL3F1L2ltYWdlJTIwKDE2KS5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3ODA0Mjc3OTR9fX1dfQ__&Signature=pKqK3kLkNfV-tSwcRs-bsGf9lYTCy~n6NJxWsUDLxyrFCJkkPo3LxahDo05UMBxH2~qxPLFlFaA9C1zdYxMCnqSNy7Or1v237aaasTARNRdwOwtWPP6AoYqR8vtetdUHZL3sSrQja8FIV12FAUDW9LYKHQy9q-BhAqUsbflWqzzxNyXTJbCvM8vc21e~pBeRYZ~XajUo6L3juae4TBYt0mxD-dB3BGMkUxZvNLSVeQr79N~wnYCljJrdQLQve-N7RPygWcU3HxwfYZ485oVf2jp7bPcotVk6OU4bBCS2z6zQQSh8xD5FSCnVOdcVw~eInPS3h8V3W5rOFhRfX50Ggw__&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) |