Get Comments
Overview
API URI
GET: /entities/{entityTypeId}/{entityId}/comments?projectId={projectId}&startIndex=<startIndex>&maxResults=<maxResults>&nextPageLink=<nextPageLink>&afterTime=<afterTime>URI Parameters
Response Payload
{
"nextPageLink": "// Link to the next page if returned by the end system",
"nextPageLinkSupported": "true/false | datatype: boolean",
"comments": [
{
"<idField>": "",
"<titleField>": "",
"<bodyField>": "",
"<createdByField>": "",
"<createdDateField>": "",
"<updatedByField>": "",
"<updatedDateField>": "",
"<commentTypeField>": ""
}
]
}Last updated

