06-03-2022 03:12 AM
Hello,
I am trying to pull some stats from the Webex analytics API, but it always returns a 500 Internal Server Error. Example:
{ "message": "[Ljava.lang.String;@3cb2c54e (of class [Ljava.lang.String;)", "errorCode": 500 }
06-03-2022 05:38 AM
@32freddy I just tested GET https://analytics.webexapis.com/v1/analytics/meetingsMetrics/aggregates?siteUrl=MY_DEMO_ORG.webex.com&from=2022-05-01&to=2022-06-01 with my demo org, it worked fine for me using a read-only admin, so I am assuming the issue is with the request you are making. Not sure what the full site URL is you are using, but if you want you can open a ticket with us - email to devsupport@webex.com - with all the details like:
- full request including your siteURL
- user's email who made the request
- tracking ID (you can find this in the response header)
06-03-2022 03:44 AM
Just to confirm, are you using the developer portal to make the request?
What's the tracking ID for this error?
06-03-2022 05:00 AM
I'm using Postman to send the requests (works with the other APIs)
I'm not sure where I can get a tracking ID? The JSON I posted was the entire content of the reponse.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide