Link History List

API Name

Link history – List

Overview

Returns only the revisions in which the link was added, deleted or modified. This API is handy for the end systems where the end system has a different API for fetching link revision.

API URI

GET: /entities/{entityTypeId}/attachments/history?
     projectId=<projectId>
     &entityId=<entityId>
     &since=<sinceTime>
     &maxTime=<maxTime>
     &notUpdatedByUser=<notUpdatedByUser>
     &startIndex=<startIndex>
     &maxResults=<maxResults>
     &nextPageLink=<nextPageLink>
     &orderByDirection=<orderByDirection>

URI Parameters

URI Parameters and Response payload for this API is same as History – List API, with the only difference that this API will return only link revisions. Refer to the History – List API page for understanding all the parameters.

Response Payload

Last updated