The table summarizes the REST API - findCaseByCriteria.
Request
Format
POST <baseurl>/globaldata/model/<caseType>/<version>/findbyquery
Path parameters
caseType: 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: The version of the case model. For example, 2 or 2.0.0.
Body
caseCriteriaType: the parameters from the
CaseCriteriaType
element (from the
BusinessDataServices schema) that defines the criteria to be evaluated. For information about criteria syntax, see "Case Data Query Language (DQL)" in the
TIBCO ActiveMatrix BPM Case Data User's Guide.
Response
JSON
Returns a JSON representation of the contents of a
SearchResults
element.