Analyze API message content using custom analytics

pxzxz1
Participant IV

Hello apigeeks

curl -X GET "https://api.enterprise.apigee.com/v1/organizations/org_name/environments/env_name/stats/booktitle?select=sum(ratingscount)&timeRange=04/21/2019&2014:00:00~04/22/2019&2014:00:00" /
-u email:password

This API does not work. I am getting invalid timeRange error. Please help.

Solved Solved
0 1 132
1 ACCEPTED SOLUTION

sujnana
Participant IV

Try this -

timeRange=04/21/2019+14:00:00~04/22/2019+14:00:00

View solution in original post

1 REPLY 1

sujnana
Participant IV

Try this -

timeRange=04/21/2019+14:00:00~04/22/2019+14:00:00