Index | Method | Request(s) | Response | Description | ||||
---|---|---|---|---|---|---|---|---|
1 | unbookmarkDocument |
sid docId |
unbookmarks a document | |||||
2 | unbookmarkFolder |
sid folderId |
unbookmarks a folder | |||||
3 | bookmarkFolder |
sid folderId |
bookmark | bookmarks a folder | ||||
4 | deleteBookmark |
sid bookmarkId |
deletes a bookmark | |||||
5 | bookmarkDocument |
sid docId |
bookmark | bookmarks a document | ||||
6 | saveBookmark |
sid bookmark |
bookmark | crates or updates a bookmark | ||||
7 | getBookmarks |
sid |
bookmark | retrieves all the bookmarks of the current user |
unbookmarks a document
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
docId
|
Long | Y |
unbookmarks a folder
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
folderId
|
Long | Y |
bookmarks a folder
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
folderId
|
Long | Y |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
bookmark
|
WSBookmark | Y | ||||||
id
|
Long | Y | unique identifier | |||||
userId
|
Long | Y | ||||||
targetId
|
Long | Y | identifier of the referenced object | |||||
title
|
String | Y | ||||||
description
|
String | Y | ||||||
position
|
Int | Y | ||||||
fileType
|
String | Y | ||||||
type
|
Int | Y | 0 = document, 1 = folder |
deletes a bookmark
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
bookmarkId
|
Long | Y |
bookmarks a document
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
docId
|
Long | Y |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
bookmark
|
WSBookmark | Y | ||||||
id
|
Long | Y | unique identifier | |||||
userId
|
Long | Y | ||||||
targetId
|
Long | Y | identifier of the referenced object | |||||
title
|
String | Y | ||||||
description
|
String | Y | ||||||
position
|
Int | Y | ||||||
fileType
|
String | Y | ||||||
type
|
Int | Y | 0 = document, 1 = folder |
crates or updates a bookmark
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
bookmark
|
WSBookmark | Y | ||||||
id
|
Long | Y | unique identifier | |||||
userId
|
Long | Y | ||||||
targetId
|
Long | Y | identifier of the referenced object | |||||
title
|
String | Y | ||||||
description
|
String | Y | ||||||
position
|
Int | Y | ||||||
fileType
|
String | Y | ||||||
type
|
Int | Y | 0 = document, 1 = folder |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
bookmark
|
WSBookmark | Y | ||||||
id
|
Long | Y | unique identifier | |||||
userId
|
Long | Y | ||||||
targetId
|
Long | Y | identifier of the referenced object | |||||
title
|
String | Y | ||||||
description
|
String | Y | ||||||
position
|
Int | Y | ||||||
fileType
|
String | Y | ||||||
type
|
Int | Y | 0 = document, 1 = folder |
retrieves all the bookmarks of the current user
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
bookmark
|
WSBookmark | Y | Y | |||||
id
|
Long | Y | unique identifier | |||||
userId
|
Long | Y | ||||||
targetId
|
Long | Y | identifier of the referenced object | |||||
title
|
String | Y | ||||||
description
|
String | Y | ||||||
position
|
Int | Y | ||||||
fileType
|
String | Y | ||||||
type
|
Int | Y | 0 = document, 1 = folder |