GET v1/Bookmarks?username={username}
This will return all bookmarks for a user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP 200 with all Issues
Collection of Bookmark| Name | Description | Type | Additional information |
|---|---|---|---|
| BookmarkId | integer |
None. |
|
| BookmarkType | string |
None. |
|
| UserId | integer |
None. |
|
| UserName | string |
None. |
|
| IssueKey | integer |
None. |
|
| PageKey | integer |
None. |
|
| ArticleKey | integer |
None. |
|
| MediaKey | integer |
None. |
|
| DocumentId | string |
None. |
|
| Note | string |
None. |
|
| Metadata | string |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| PageName | string |
None. |
|
| Spread | integer |
None. |
|
| BaseThumbUrl | string |
None. |
|
| UpdatedFormat | string |
None. |
|
| ThumbnailLinkSmallLegacy | string |
None. |
|
| ThumbnailLinkSmall | string |
None. |
|
| ThumbnailLink360 | string |
None. |
|
| ThumbMedium | string |
None. |
|
| ThumbnailLinkMedium | string |
None. |
|
| ThumbnailLinkLargeLegacy | string |
None. |
|
| ThumbnailLinkLarge | string |
None. |
|
| IsMedia | boolean |
None. |
|
| Issue | BookmarkIssue |
None. |
|
| Article | Article |
None. |
|
| Media | Media |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.