Skip to main content

Get top of the day bookmarks

GET 

https://localhost:8092/api/2.0/community/bookmark/top/day

Returns a list of the most popular bookmarks for the current date with the bookmark titles, dates of creation and update, bookmark texts, and authors.

Responses

List of bookmarks

Schema
  • Array [
  • Idint64
    Example: 11
    Titlestring
    Example: Google inc.
    Urlstring
    Example: http:\/\/www.google.com
    Thumbnailstring
    Example: Url to thumbnail
    Createdstring
    Example: 2020-12-06T07:36:14.8181893Z
    Updatedstring
    Example: 2020-12-06T07:36:14.8181893Z
    Descriptionstring
    Example: Google
    CreatedBy object
    Iduuid
    Example: 00000000-0000-0000-0000-000000000000
    DisplayNamestring
    Example: Mike Zanyatski
    Titlestring
    Example: Manager
    AvatarSmallstring
    Example: url to small avatar
    ProfileUrlstring
    Example: \/Products\/People\/Profile.aspx?user=administrator
  • ]

Authorization: Authorization

name: Authorizationtype: apiKeyscopes: read,writein: header
curl -L 'https://localhost:8092/api/2.0/community/bookmark/top/day' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
https://localhost:8092
Auth
ResponseClear

Click the Send API Request button above and see the response here!