Getting information about deployed case types
You can use the IBM® Business Automation
Workflow REST
protocol to access information about the case types. The case types
identify the kinds of cases that case workers can create with your
application.
List of case types resource
The list of case types resource provides a list of the case types that are available for a solution. You can use this list to populate a choice list from which a case worker can select the type of case to create. For example, the choice list might include case types such as Loan application or Manage dispute.
List of view definitions resource
The list of view definitions resource represents the properties that are set in Case Builder for the views defined for a case type.
List of discretionary activity types resource
The list of discretionary activity types resource provides a list of the user-created activity types that are defined for a specified case type. You can use this list to display a choice list of the user-created activities that a case worker can add to the case as needed.
Particular case type resource
The particular case type resource provides information about the properties that are defined for a case type or a case. In preparation for creating a case, you can use this resource to get a list of the properties that are defined for the specific case type. For an existing case, you can use this resource to return updated information for dependent properties based on the current working values of the case properties.
Case page resource
The case page resource represents the physical identifier of the Case Details page, the Add Case page, or Split Case page that is used for a specific case type. You can use this identifier to open the page in the user interface.