Add message
|
POST api/2.0/project/{projectid}/message
|
Adds a message to the selected discussion within the project with the ID specified in the request
|
Check subscription to discussion action
|
GET api/2.0/project/message/{messageid}/subscribe
|
Checks subscription to notifications about the actions performed with the discussion with the ID specified in the request
|
Delete message
|
DELETE api/2.0/project/message/{messageid}
|
Deletes the message with the ID specified in the request from a project discussion
|
Get message by filter
|
GET api/2.0/project/message/filter
|
Returns the list with the detailed information about all the message matching the filter parameters specified in the request
|
Get preview
|
POST api/2.0/project/message/discussion/preview
|
Get preview
|
Get subscribers
|
GET api/2.0/project/message/{messageid}/subscribes
|
Get subscribers
|
Latest messages
|
GET api/2.0/project/message
|
Returns the list of latest messages in the discussions within the project with the ID specified in the request
|
Message
|
GET api/2.0/project/message/{messageid}
|
Returns the detailed information about the message with the ID specified in the request
|
Messages
|
GET api/2.0/project/{projectid}/message
|
Returns the list of all the messages in the discussions within the project with the ID specified in the request
|
Subscribe to message action
|
PUT api/2.0/project/message/{messageid}/subscribe
|
Subscribe to notifications about the actions performed with the task with the ID specified in the request
|
Update message
|
PUT api/2.0/project/message/{messageid}
|
Updates the selected message in the discussion within the project with the ID specified in the request
|
Update message status
|
PUT api/2.0/project/message/{messageid}/status
|
Updates the selected message status
|