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
-
Never Mind, i found a way
documentation reference: https://docs.parasoft.com/display/VIRT20241/Data+Repository+CRUD+Tool0 -
Were you able to do this. Can you please let me know how you were able to acheive. For my case I want return multiple array in json response. Like all the rows from the data source.
0