Get Task Comments details

Prev Next
Get
/task-comments/{taskCommentId}/

Operation is used to retrieve full details of given Task Comment by id.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
taskCommentId
integerRequired

Id of Task Comment

Responses
200

Task Comment

object
comment
string

Comment

createdBy
integer

Id of user who created the task comment.

createdByName
string

Complete name or username of the user who created the task comment.

createdTs
string (date-time)

Creation date and time of task comment.

id
integer

Unique id of task comment.

task
integer

Task id

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error