v1

Swagger 2.02026-07-13107162315.5 KB
TaskDiscussion

Retrieves discussion/comment messages for a specific task, including replies, attachments, and system messages. Supports pagination via startItem.

get/api/TaskDiscussion

Query parameters

TaskIDinteger required

The TaskID of the Task to retrieve messages for

pageSizeinteger

The max number of responses to return in this page

startIteminteger

the ReponseID of the comment from which the page of results should start.

Response

Returns discussion messages with replies and attachments for the task.

TaskIDinteger

The task this discussion belongs to.

ProjectIDFKinteger

The project containing this task.

pageSizeinteger

Number of messages returned per page.

startIteminteger

The starting response ID for pagination.