Get top of the day bookmarks
GEThttps://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
- 200
- 401
List of bookmarks
- application/json
- Schema
- Example (auto)
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
[
{
"Id": "11",
"Title": "Google inc.",
"Url": "http:\\/\\/www.google.com",
"Thumbnail": "Url to thumbnail",
"Created": "2020-12-06T07:36:14.8181893Z",
"Updated": "2020-12-06T07:36:14.8181893Z",
"Description": "Google",
"CreatedBy": {
"Id": "00000000-0000-0000-0000-000000000000",
"DisplayName": "Mike Zanyatski",
"Title": "Manager",
"AvatarSmall": "url to small avatar",
"ProfileUrl": "\\/Products\\/People\\/Profile.aspx?user=administrator"
}
}
]
Unauthorized
Authorization: Authorization
name: Authorizationtype: apiKeyscopes: read,write
in: header
- curl
- python
- javascript
- php
- csharp
- java
- CURL
curl -L 'https://localhost:8092/api/2.0/community/bookmark/top/day' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
ResponseClear