This document captures the changes in the new Attachment V3 API.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy84NjYvMTQyNjIvY2tmaW5kZXIvaW1hZ2VzL3F1L2ltYWdlJTIwKDE2KS5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzU0MDkwOTZ9fX1dfQ__&Signature=m~3st5nNuodxtpoMhFtazikkCMmxY5n8iHYBIEzzhJMO4zAVeBukG-OVYhQ~LT5GQo5mJuPhs0BP7gPC3zEb66s9AIUAkTRF~L4WQL1kwvGXrjsSu8o9h7x0NwlbslTthsMmDORiwdIZX6mdGCjwdAA6tIiSYfQf~ZD654pjinkL-T2-Ejc2Gi59opGYYEepOnKctwjMS9m4EsTqLNrmfHN2WB8haQeuzszZMgS9PLqeJNxiSMs6DhcFRT~pC98KfpfpDfLMztBZVI1ZCntpvVYfM1xWxPzlCzFBjqoyRqKuGMGScb2beVW1REE2hsiX4kIsVEmJnGV3vNgqg4ZSgQ__&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) |