APIs in the MashupApi class
Use the APIs in the MashupApi class to create cases or work with views in other environments.
- createCase(className, targetContext, options)
Creates a case and loads the view into a container.
- getCurrentContextAPI(pageReference, targetContext)
Obtains an object that provides access to the APIs that read or update the state of the context.
- openAssignment(assignmentId, targetContext, options)
Loads an assignment into a container.
- openCase(caseId, targetContext, options)
Loads a case into a target container.
- openPage(pageName, className, targetContext)
Loads a page into a container.
Previous topic setTimezone(timezone) Next topic createCase(className, targetContext, options)