Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/bookmark/{

...

bookmark_id}
Info

Retrieves a specific bookmark or all bookmarks for a channel if the id was specified or all bookmarks if neither is specified.

...

GET POST PUT DELETE

Arguments

channelbookmark_id(optional)
Channel id to filter bookmarks onBookmark to modify

Json Object
Code Block
{
        String channel_id,
        String bookmark_id,
    	String event_id
}

...