case_get ()
Function prototype | case_get ( session , case, {admission}) |
---|---|
API Version | All |
SOAP, REST (Since API Version 2.7.32) |
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 |
Initial version | |
IMPORTANT: Remember to call session_init() indicating the appropriate API Version |
Description
Returns general information about a CASE
If the parameter case is null, the function returns an empty XML template.
Required permissions: The active user must be a PROFESSIONAL
Input parameters: |
|
Output parameters: |
|
Request example
case_get ( “LCAAAAAAAAAAAA”, 6589)
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 request the information |