audit_list()
Function prototype | audit_list( session, id, context, date, [filter], [max_res=1000] , [offset=0]) |
---|---|
API Version | All |
SOAP, REST (Since API Version 2.7.30) |
Description
Returns the list of audit entries (transactions) about one user/patient in a day (used in AUDIT)
Required permissions: The active user must have role XXXX. Otherwise an INSUFFICIENT_PRIVILEGES error will be returned.
Input parameters: |
|
Output parameters: |
|
Request example
audit_list( "LC0000001", 11, "CASE", "2015-02-13")
Response
The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API
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 … |