Get Annotation
You can Get Document Annotation Details By Annotation ID from here
api/Viewer/GetAnnotation
Query String
Parameter | Required | Value |
---|---|---|
pinProjectId | Mandatory | User Input |
objectAnnotationId | Mandatory | User Input |
Request Header
Parameter | Required | Value |
---|---|---|
Content-Type | Mandatory | application/json |
TokenKey | Mandatory | User Input |
PINProjectID | Mandatory | User Input |
Accept-Language | Optional | en-US |
Request Body
Response Body
Document Annotation Entity
Document Annotation Entity:
Property Name | Type |
---|---|
ObjectAnnotationID | Integer |
PINProjectID | Integer |
ObjectID | Integer |
ObjectType | Integer |
SecondaryObjectID | Integer |
PageNo | Integer |
AnnotationCount | Integer |
RefObjectId | Integer |
RefObjectType | Integer |
ClientRefID | Integer |
HyperlinkCount | Integer |
CreateBy | Integer |
ModifyBy | Integer |
FirstName | String |
LastName | String |
CreateByName | String |
CreateDate | Date Time |
ModifyDate | Date Time |
Height | Decimal |
Width | Decimal |
IsPublic | Boolean |
IsLocked | Boolean |
HyperlinkExist | Boolean |
IsDeleted | Boolean |
AnnotationName | String |
AnnotationJson | String |
DeviceAnnotationJson | String |
OriginalFileName | String |
Enum : Ref Object Type
Property Name | Description |
---|---|
0 - None | None |
1 - RFI | RFI |
2 - Photo | Photo |
3 - PunchList | Punch List |
4 - PreExistHyperlink | Pre- Existing Hyper Link |
5 - AutoHyperlink | Auto-Hyper Link |
Enum : Object Type
Property Name | Description |
---|---|
1 - Documents | Project Files |
2 - Attachment | Attached Documents |
Updated less than a minute ago