Hi All, I have created a restlet which does a sear...
# beginners
m
Hi All, I have created a restlet which does a search. It receives the search term, the filter option and the record type in a POST request. Then it returns the result in a response body (JSON). My question is how to call this search restlet from within another restlet and receive back the search result which the calling restlet will use. Thanks for the help!