Skip to content
kchai edited this page May 4, 2011 · 1 revision

Call: get_user_team_id() Retrieves the ID of the default team of the user who is logged into the current session. You can view the get_user_team_id function here: get_user_team_id()

Call: seamless_login() Performs a seamless login. This is used internally during synchronization. You can view the seamless_login function here: seamless_login()

Call: set_note_attachment() Adds or replaces an attachment to a note. You can view the set_note_attachment function here: set_note_attachment()

Call:get_note_attachment() Retrieves an attachment from a note. You can view the get_note_attachment function here: get_note_attachment()

Call: set_document_revision() Sets a new revision to the document You can view the set_document_revision function here: set_document_revision()

Call: get_document_revision() Allows an authenticated user with the appropriate permission to download a document. You can view the get_document_revision function here: get_document_revision()

Call: get_user_team_id() Retrieves the ID of the default team of the user who is logged into the current session. You can view the get_user_team_id function here: get_user_team_id()

Call: get_report_entries() Retrieves a list of report entries based on specified report IDs. You can view the get_report_entries function here: get_report_entries()

Call: get_user_id() Returns the user_id of the user who is logged into the current session. You can view the get_user_id function here: get_user_id()

new_get_user_id array('session' => sessionid)

Clone this wiki locally