GET /v2/incidents/comments/{incidentCommentId}
GET
/v2/incidents/comments/{incidentCommentId}
Parameters
Path Parameters
incidentCommentId*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,
"text": "string",
"commentDate": "string",
"commentedBy": "string",
"commentedByUserId": "string",
"parentId": 0,
"parent": null,
"level": 0,
"incidentId": 0,
"incident": {
"id": 0,
"attachmentCount": 0,
"dueDate": "string",
"statusModifiedDate": "string",
"severity": "string",
"status": "string",
"incidentDate": "string",
"evaluationStatus": "string",
"evaluationText": "string",
"text": "string",
"title": "string",
"owner": "string",
"ownerDisplayName": "string",
"lastModified": "string",
"lastModifiedByUser": "string",
"lastModifiedByUserId": "string",
"createdDate": "string",
"createdByUserId": "string",
"createdByUser": "string",
"createdByUserDisplayName": "string",
"statusNewDate": "string",
"statusInProgressDate": "string",
"statusImplementedDate": "string",
"statusRejectedDate": "string",
"archivedDate": "string",
"projectId": 0,
"areaId": 0,
"area": null,
"groupId": 0,
"group": null,
"followUpGroupId": 0,
"followUpGroup": null,
"ownerUserId": "string",
"ownerUser": null,
"externalId": "string",
"tasks": [
{
"id": 0,
"parentId": 0,
"lastModified": "string",
"responsibleUser": "string",
"responsibleUserId": "string",
"externalId": "string",
"boardId": 0,
"board": null,
"title": "string",
"description": "string",
"status": "string",
"dueDate": "string",
"startDate": "string",
"rowCategoryId": 0,
"columnCategoryId": 0,
"lastModifiedByUserId": "string",
"lastModifiedByUser": "string",
"tags": [
"string"
],
"comments": [
{
"id": 0,
"parentId": 0,
"level": 0,
"text": "string",
"commentedBy": "string",
"commentedByUserId": "string",
"commentDate": "string",
"taskId": 0,
"task": "[Circular Reference]",
"commentedByUserDisplayName": "string"
}
],
"attachments": [
{
"fileId": "string",
"fileName": "string",
"fileUrl": "string",
"contentType": "string",
"name": "string",
"previewFileName": "string",
"hasPreview": true,
"fileExtension": "string",
"eTag": "string",
"fileSizeInBytes": 0,
"fileSizeInKb": 0,
"createdDate": "string",
"createdByUserId": "string",
"createdByUser": "string",
"lastModified": "string",
"lastModifiedByUserId": "string",
"lastModifiedByUser": "string",
"mimeType": "string",
"isImage": true,
"id": 0
}
]
}
],
"actionListCount": 0,
"latitude": 0,
"longitude": 0,
"accuracyInMeters": 0,
"isAnonymous": true,
"comments": [
{
}
],
"attachments": [
{
"fileId": "string",
"fileName": "string",
"fileUrl": "string",
"contentType": "string",
"name": "string",
"previewFileName": "string",
"hasPreview": true,
"fileExtension": "string",
"eTag": "string",
"fileSizeInBytes": 0,
"fileSizeInKb": 0,
"createdDate": "string",
"createdByUserId": "string",
"createdByUser": "string",
"lastModified": "string",
"lastModifiedByUserId": "string",
"lastModifiedByUser": "string",
"mimeType": "string",
"isImage": true,
"id": 0
}
],
"typeId": 0,
"type": {
"id": 0,
"title": "string",
"description": "string"
}
}
}
GET
/v2/incidents/comments/{incidentCommentId}