Bookmarks - Key-Value display
AnsweredHello everyone,
I hope you are all doing well.
I have a question about creating bookmarks using the NX Witness API.
In the Objects tab, the objects are displayed using field value rows, with the property name (in bold) and the property value in the same row. Is there a way to achieve the same formatting in the Bookmarks tab?
I'm using the following method to create bookmarks:
[POST] /rest/v1/devices/{{cameraId}}/bookmarks
{
"startTime": 1622542800000,
"endTime": 1622546400000,
"name": "Test Bookmark",
"description": "This is a test bookmark",
"tags": ["test", "bookmark"]
}
Here a leave a example how it is display (Objects tab):
What we have tried (separated by linebreaks):
Is it possible to format bookmarks with field value rows like in the Objects tab? Any examples would be appreciated.
Thanks in advance
-
Hi Miguel Dina,
The design and the implementation for object result and bookmark are different, and unfortunately there is no option to customized the bookmark tab in current versions.
We will put this suggestion in the backlog, but I am afraid we don't have an ETA as of now.
Please sign in to leave a comment.
Comments
1 comment