XPATH filter read through CDB api

Dear Team,

Is there any way through CDB APIs to do an XPATH filter read.

Thanks in advance.

Not through the CDB API. The XPath engine is part of the ConfD Core Engine functionality and not CDB. For XPath queries, you need to use the QUery API which is part of MAAPI. See the maapi_query_* API calls in the confd_lib_maapi(3) man page.