Hi Mansour.
We were looking to that solution as well, but couldn't find it as well.
An alternative we now use is using CMIS. Possibly you can use this alternative.
When using a CMIS query you can query on all the case properties using an SQL like syntax on the Case properties.
The CMIS query is part of the Content Management toolkit.
The following example shows how to compose and use the CMIS query.

The "Init ECM Query" initializes the search (DocSearchInput) object and the SQL like CMIS query.
The local.data.serverName is the name of the server configuration explained later.
The fields prefixed by HSC are the case attributes.

The "process Results" shows how you can query the list of found Objects ( ECMSearchResult) returned by the "ECM Document Search Service".
Each column you defined in the CMIS SQL query can be obtained using the index.
Sometimes it is also useful to have the caseId, please note that the CMIS identifier contains a leading "idf" prefix while in BAW this is not present.

To make it work it is also necessary to define a Enterprise Content Management Server object containing the cmis endpoint.
This is shown in the following example and depends on your configuration.
A test to find the correct CMIS endpoint is to try to obtain the WSDL using your browser. The endpoint looks like
https://myserver.bpm.ibmcloud.com/dba/dev/fncmis/wsdl

I hope this helps,
------------------------------
Henry Schenau
BAW Integration Specialist
Nationale-Nederlanden
------------------------------
Original Message:
Sent: Mon January 06, 2025 10:36 AM
From: Mansour SOW
Subject: Search for cases using the Case Management REST API
Hi community,
I want to search cases using the Case Management REST API.
For example :host/CaseManager/CASEREST/v1/casetype/{case_name}?TargetObjectStore=xxx&propertyname='xxx'
Where propertyname is a case property of case type.
I need your tips
------------------------------
Mansour SOW
BPM Technical Lead
------------------------------