Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How to build a Responder that fetches record count and all records in Data Repo as Json Array

we are building a CRUD base virtual asset,
we are able to create POST, PATCH and DELETE successfully. we create a unique id for each row inserted into Data Repo and we use that to operate.

but the GET Operation needs to fetch all the records or some records based on search criteria in the Data Repo along with the Count of records.

How to use Data Repo CRUD tool for this use case, can we fetch multiple rows from the Data Repo using Read operation and how to we get the count of records?

Any help is appreciated

Comments