user_get_preferences()
Function prototype | user_get_preferences (session, [user]) |
---|---|
API Version | 2.7.8 and higher |
Returns the preferences of a USER
API Version | Changes respect to previous version |
---|---|
2.7.25 | Notification channels preferences are not divided in "events" and "tasks". From version 2.7.25 there is a single "channels" property to indicate the preferred communication channels for receiving notifications. See Changes in version 2.7.25 for more details |
0.0.0 | Initial version |
Detailed explanation of the function | |
Input parameters: |
|
Output parameters: |
|
Request sample: | api_function ( “LCAAAAAAAAAAAA” ); |
Response sample: | <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<result>
<preferences>
<editable_by_user>true</editable_by_user>
<editable_by_team_manager>true</editable_by_team_manager>
<team_private>false</team_private>
<form_merge>false</form_merge>
<map_service>
<code>OPENSTREET</code>
<description>OpenStreet Maps</description>
</map_service>
<notifications>
<channels>email</channels>
<event_priority>all</event_priority>
<from_time>09:00:00</from_time>
</notifications>
<preference>
<ref>patients.sort</ref>
<description></description>
<value>name|asc</value>
<scope>PROGRAM</scope>
<scope_ref>383</scope_ref>
<scope_description>BRCA Screening</scope_description>
</preference>
<preference>...</preference>
</preferences>
</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 preferences of the USER |
XML changes in API version 2.7.25 respect previous versions