Getting list of strings and integers from 2 rest calls and add them in compound or document type so that USER can apply those changes

Hi Guys,

we have one requirement details are below, kindly give us some suggestions on implementation part.

I have to create one Compound or Document types in HIPPO, which should be ability to call REST api’s on demand to fetch list of values).

When USER adding above Compound or Document types to specific document USER should be able to select or search the String from the above list.

I guess i am not confusing you, please let me know if you need any other info, thanks in advance … :slight_smile:

thanks & regards
Ganesh

Hi Ganesh

Coming to point1
you have to create one Compound or Document types in HIPPO, which should be ability to call REST api’s on demand to fetch list of values).
using tools you can create rest call use bean writer it will create controller as well and use REST config to create rest
example: http://localhost:8080/site/rest/documents
inside controller add as per your need search feature.

Hi Ponnuru765,

thanks for quick reply, i will try and let you know.

regards
Ganesh