API endpoint for bookmarks?

One of our developers is trying to pull in bookmarks to a BI tool we use.  He is doing a GET with api.ashx/v2/bookmarks.xml  and no bookmarks are returned even though we know there are some in the community.  Does this endpoint get bookmarks for the entire community or just for a certain application?

Parents
  • Former Member
    0 Former Member

    Bookmark List APIs are limited to a single user, if a UserId is not provided in the query, the requesting user's bookmarks are returned.  

    The Interactions Report in Reporting does include bookmarks.  If you deselect all the options except bookmarks, you can export a csv of all the existing bookmarks.  The downside being their is no automated way to do this (someone would have to manually generate the CSV file).

Reply
  • Former Member
    0 Former Member

    Bookmark List APIs are limited to a single user, if a UserId is not provided in the query, the requesting user's bookmarks are returned.  

    The Interactions Report in Reporting does include bookmarks.  If you deselect all the options except bookmarks, you can export a csv of all the existing bookmarks.  The downside being their is no automated way to do this (someone would have to manually generate the CSV file).

Children