/
user_get_favorites ( session {, user})
user_get_favorites ( session {, user})
Returns a list of favorite items of the USER. These items are normally set from a client user interface and are used to store some preferences of the USER. NOTE:
This operation is restricted by privileges granted to the session's user. It is only allowed if:
| |
Input parameters: |
|
Output parameters: |
|
Request sample: | user_get_favorites ( “LCAAAAAAAAAAAA”, 32131) |
Response sample: | <?xml version="1.0" encoding="utf-8" standalone="yes"?> <result> <favorites> </favorites> </result> <ErrorMsg></ErrorMsg> <ErrorCode></ErrorCode> |
Notes: |
Return Error codes
ERROR CODE | |
---|---|
INVALID_TOKEN | The session token provided is not valid |
INSUFFICIENT_PRIVILEGES | The session user does not have the necessary privileges to request the list of favorite items |
USER.NOT_FOUND | The USER reference provided does not correspond to an existing USER or it is not a PROFESSIONAL |
, multiple selections available,
Related content
† case_get_favorites ( session {, case})
† case_get_favorites ( session {, case})
More like this
user_get_preferences()
user_get_preferences()
More like this
user_get_preference ()
user_get_preference ()
More like this
user_get_identifier_list ( session, user {, team})
user_get_identifier_list ( session, user {, team})
More like this
user_get ()
user_get ()
More like this
user_set_preference ()
user_set_preference ()
More like this