Last active 3 days ago

harrymuliawan03 revised this gist 3 days ago. Go to revision

1 file changed, 42 insertions

markup.json(file created)

@@ -0,0 +1,42 @@
1 + Example json :
2 +
3 + {
4 + "items": [
5 + {
6 + "id": "mrk_9b4af31e",
7 + "projectId": "93f542ad-9bf6-4e61-8a70-fc4e38b8ca64",
8 + "docId": "DOC-260425-T6VR7F",
9 + "urn": "urn:dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6...",
10 + "modelType": "rvt",
11 + "title": "Door not in position",
12 + "description": "Door is shifted from wall opening.",
13 + "svgData": "<svg xmlns=\"http://www.w3.org/2000/svg\">...</svg>",
14 + "cameraState": {
15 + "viewport": {},
16 + "objectSet": [],
17 + "renderOptions": {}
18 + },
19 + "thumbnail": "data:image/jpeg;base64,/9j/4AAQSk...",
20 + "status": "open",
21 + "priority": "medium",
22 + "createdById": "usr_001",
23 + "createdByName": "Current User",
24 + "createdAt": "2026-05-07T10:05:11.000Z",
25 + "updatedAt": null,
26 + "isDeleted": false,
27 + "comments": [
28 + {
29 + "id": "cmt_77f541a8",
30 + "markupId": "mrk_9b4af31e",
31 + "authorId": "usr_002",
32 + "authorName": "Reviewer A",
33 + "text": "Please verify with latest revision.",
34 + "createdAt": "2026-05-07T10:10:00.000Z",
35 + "updatedAt": null,
36 + "isDeleted": false
37 + }
38 + ]
39 + }
40 + ],
41 + "total": 1
42 + }
Newer Older