API Bookmark creation

Hello everyone, thanks in advance to anyone who can help me out.

I’m looking for an API to create a bookmark. So far I have not found one. I found an API to create a rule that can set a bookmark, but I need to directly create the bookmark instead of a rule.

I’m referring to RESTful API, but I can hear other options if that’s not available yet.

Nice to be joining you here! :slight_smile:

That is correct, RestAPI is currently only for working with configuration so it is not possible to create bookmarks.

Instead of REST API, these samples might be helpful for you.

Bookmark Creator in Protocol integration -

https://doc.developer.milestonesys.com/html/index.html?base=samples/protocolsamples/bookmarkcreator/readme.html&tree=tree_3.html

(This sample shows how a minimal part of the ServerCommmandService SOAP proxy can be used for creating bookmarks)

Bookmark Creator in Component integration –

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/bookmarkcreator/readme.html&tree=tree_2.html

(This sample shows how the BookmarkService is used for creating and retrieving bookmarks.)

Please explore the samples.