Comment History List
API URI
GET: /entities/{entityTypeId}/attachments/history?
projectId=<projectId>
&entityId=<entityId>
&since=<sinceTime>
&maxTime=<maxTime>
¬UpdatedByUser=<notUpdatedByUser>
&startIndex=<startIndex>
&maxResults=<maxResults>
&nextPageLink=<nextPageLink>
&orderByDirection=<orderByDirection>URI Parameters
Response Payload
{
"nextPageLink": "// Link to the next page if returned by the end system",
"nextPageLinkSupported": "true/false | datatype: boolean",
"revisions": [
{
"entityId": "101",
"revisionId": "1",
"updatedBy": "username of user who made the change",
"revisionDateTime": "",
"revisionType": "CREATE / UPDATE / DELETE",
"commentRevision": {
"oldValue": [
{
"idField": "",
"contentUriField": "",
"fileNameField": "",
"contentTypeField": "",
"contentLengthField": ""
}
],
"newValue": [
{
"idField": "",
"contentUriField": "",
"fileNameField": "",
"contentTypeField": "",
"contentLengthField": ""
}
]
}
}
]
}
Last updated

