View all Discussions by Task
get
/api/restapi/discussion/task/{taskId}
This endpoint returns discussions that meet the following requirements:
- {workManagerTaskId}
Request
Path Parameters
-
taskId(required): integer(int64)
The system-generated identifier of a task.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityTaskDiscussion>
Type:
arrayTitle:
Show Source
List<ApiEntityTaskDiscussion>-
Array of:
object ApiEntityTaskDiscussion
Title:
ApiEntityTaskDiscussion
Nested Schema : ApiEntityTaskDiscussion
Type:
objectTitle:
Show Source
ApiEntityTaskDiscussion-
applicationUserId(required): integer
(int64)
The user name of the user who submitted the discussion comment.
-
applicationUserName: string
Maximum Length:
255The user name of the user who submitted the discussion comment. -
comment(required): string
Minimum Length:
0Maximum Length:4000The initial post that begins a discussion thread.
Discussions can take place on your projects, portfolios, and other object pages throughout the application. -
commentDecoded: string
The decoded comment text where user references are replaced with the corresponding email Ids.
-
discussionDate: string
(date-time)
The created date of the discussion.
-
discussionId: integer
(int64)
The system-generated identifier of a field for the discussion.
-
link: string
(url)
Read Only:
trueThe self-link to the object. This field is populated only in the responses generated by the batch create APIs. -
parentDiscussionId: integer
(int64)
The unique identifier of a parent discussion.
-
taskId: integer
(int64)
The unique identifier of a task.
-
updateDate: string
(date-time)
Read Only:
trueDate when the record was last updated.
204 Response
Successful operation with no content.
404 Response
The requested discussions does not exist, or you do not have access to it.