Class: FindCaseByCIDRequest

tibco.objectapi.service.request.FindCaseByCIDRequest

new FindCaseByCIDRequest(casePayload, caseType, version)

Object FindCaseByCIDRequest Usage: RestApiService.getGlobaldataService().findCaseByCID(request, callback);
Parameters:
Name Type Description
casePayload tibco.objectapi.bds.rest.CasePayloadType The case identifier of the case data whose case reference you want to find. Your request must be constructed to match the structure of the case data defined in your business object model.
caseType string The case type is the fully qualified name of the case class. For example, com.example.gddemo.Customer. You can obtain this by running getCaseClassInfo.
version string The version of the case model. For example, 2 or 2.0.0.
Since:
  • 4.0.0