Detach file from message
|
DELETE api/2.0/project/message/{messageid}/files
|
Detaches the selected file from the message with the ID specified in the request
|
Detach file from task
|
DELETE api/2.0/project/task/{taskid}/files
|
Detaches the selected file from the task with the ID specified in the request
|
Entity files
|
GET api/2.0/project/{entityID}/entityfiles
|
Returns the list of all files within the entity (project, milestone, task) with the type and ID specified
|
Get task files
|
GET api/2.0/project/task/{taskid}/files
|
Returns the list of all files attached to the task with the ID specified in the request
|
Message files
|
GET api/2.0/project/message/{messageid}/files
|
Returns the detailed information about files attached to the message with the ID specified in the request
|
Upload file to message
|
POST api/2.0/project/message/{messageid}/files
|
Uploads the file specified in the request to the selected message
|
Upload file to task
|
POST api/2.0/project/task/{taskid}/files
|
Uploads the file specified in the request to the selected task
|