The following parameters apply to the getBookmarks method:
|
Parameter |
Type |
Description |
|---|---|---|
|
SID |
String |
Identifies the session retrieved from logging in. |
|
contactId |
String |
Identifies the unique ID of the contact for which you want to retrieve bookmarks. Contact ID is UUID in string format. |
Description
Retrieves bookmarks for a particular contact.
Returns
A <UDSObjectList> node with zero or more <UDSObject> nodes describing CI_BOOKMARKS with the following <Attributes> child nodes:
|
XML Element Name |
Type |
Description |
|---|---|---|
|
DOCUMENT_ID |
Integer |
Identifies the unique ID of the document. |
|
id |
Integer |
Identifies the bookmark ID |
|
USER_ID |
String |
Identifies the user ID for the owner of this bookmark. |
|
BOOKMARK_TITLE |
String |
Identifies the bookmark title from the document. |
|
Copyright © 2013 CA.
All rights reserved.
|
|