How to fetch all data from any index in spring boot

Hi All,
I have index name "platinum". I want to fetch all data from this index.

While opening this url in browser:
http://localhost:9200/platinum/_search I got all data in json.

Use the scroll API.