Skip to content

GET /v2/tasks/{taskId}/comments/{taskCommentId}

GET
/v2/tasks/{taskId}/comments/{taskCommentId}

Parameters

Path Parameters

taskId*integer
taskCommentId*integer

Query Parameters

$searchstring

Specifies OData search phrases. Numeric values must be enclosed in quotes (e.g., "1234"). This parameter is mutually exclusive with $filter. Each word is treated as a search key; a match with any key is considered successful. To search for keywords containing spaces, enclose the entire phrase in quotes (e.g., "this is example").

$filterstring

OData filter expression

$selectstring

OData select expression

$topinteger

OData top (limit) expression

$skipinteger

OData skip (offset) expression

$expandstring

OData expand expression to include related entities (navigation properties) in the response.

$countboolean

OData count expression to include a count of the total number of items in the response.

$orderbystring

OData order by expression

Responses

OK

JSON
{
"id": 0,
"parentId": 0,
"level": 0,
"comment": "string",
"commentedBy": "string",
"commentedByUserId": "string",
"commentDate": "string",
"taskId": 0,
"task": "[Circular Reference]",
"commentedByUserDisplayName": "string"
}