You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I received an error when with listreports.py :
-sh-4.2$ ./listreports.py {"errorCode":0,"details":["traceId: 9dac192ceecadb52","path: /reports/reports"],"links":[],"version":2,"httpStatusCode":500}
If I edit the file to set the parameter limit of the call request to 500 it works but it's not enough in my case: reqval='/reports/reports?filter='+completefilter+'&limit=500'
Can you help me?
Thanks
Fabrice
The text was updated successfully, but these errors were encountered:
Hello
I received an error when with listreports.py :
-sh-4.2$ ./listreports.py
{"errorCode":0,"details":["traceId: 9dac192ceecadb52","path: /reports/reports"],"links":[],"version":2,"httpStatusCode":500}
If I edit the file to set the parameter limit of the call request to 500 it works but it's not enough in my case:
reqval='/reports/reports?filter='+completefilter+'&limit=500'
Can you help me?
Thanks
Fabrice
The text was updated successfully, but these errors were encountered: