I have a requirement of calling REST endpoints from BIRT report. I
created a simple report which is consuming response and showing data
correctly.
But I could not find solution for below use cases:
- REST call to fetch JWT
token using credentials.
- REST call to any request
with already fetched JWT token
- REST call to for
pagination support
- In a
report one shot ( report should call implicitly multiple requests)
- In
report pagination, call APIs on click of next /previous button