markup.json
· 1.2 KiB · JSON
Raw
Example json :
{
"items": [
{
"id": "mrk_9b4af31e",
"projectId": "93f542ad-9bf6-4e61-8a70-fc4e38b8ca64",
"docId": "DOC-260425-T6VR7F",
"urn": "urn:dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6...",
"modelType": "rvt",
"title": "Door not in position",
"description": "Door is shifted from wall opening.",
"svgData": "<svg xmlns=\"http://www.w3.org/2000/svg\">...</svg>",
"cameraState": {
"viewport": {},
"objectSet": [],
"renderOptions": {}
},
"thumbnail": "data:image/jpeg;base64,/9j/4AAQSk...",
"status": "open",
"priority": "medium",
"createdById": "usr_001",
"createdByName": "Current User",
"createdAt": "2026-05-07T10:05:11.000Z",
"updatedAt": null,
"isDeleted": false,
"comments": [
{
"id": "cmt_77f541a8",
"markupId": "mrk_9b4af31e",
"authorId": "usr_002",
"authorName": "Reviewer A",
"text": "Please verify with latest revision.",
"createdAt": "2026-05-07T10:10:00.000Z",
"updatedAt": null,
"isDeleted": false
}
]
}
],
"total": 1
}
| 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 | } |
| 43 |