getCaseInfo()
Obtains an entry point to the CaseInfo object that contains the APIs to handle the information related to a case.
To view the APIs in the CaseInfo class, see APIs in the CaseInfo class.
Returns
The CaseInfo object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the CaseInfo object.
const caseInfo = getPConnect().getCaseInfo();
Previous topic getActionsApi() Next topic getCaseStages()