Hi,
Is it possible to Display Webreport using REST API?
Thanks.
Yes it is .
step 1 : Get OTCSTicket by calling /auth API .
step 2 : With OTCSTicket in header call /api/v1/webreports/[nickname] to get webreport output .
if format not metioned in url , output will be in JSON format by default .
Thanks for your help. Can you please share simple sample code for this?