Hi, I’m exploring the Analytics REST API and I’ve found this API: /rest/confanalytics/1.0/space/activityByDate
Seems like it’s not public, so it’s not documented, and I’m having some trouble guessing the correct format it’s expecting the “period” parameter.
If I leave it empty I get:
"message": "Parameter specified as non-null is null: method com.addonengine.addons.analytics.rest.SpaceAnalyticsResource.getActivityByPeriod, parameter period",
"status-code": 500
Any idea?
Thank you