Closed BillSidney closed 1 year ago
hi @BillSidney , sorry for the confusion, paused_incident_reports/counts is not a "fetchable" endpoint (it doesnt return a paginated list of things); you'd want to use pd rest get -e paused_incident_reports/counts -P "service_id=XXXXXX"
and optionally filter that through a JSON tool like jq or fx, for example pd rest get -e paused_incident_reports/counts -P "service_id=XXXXXX" | fx .paused_incident_reporting_counts.paused_count
Let me know if this resolves the issue for you...
Thanks for the quick reply! That solves my problem
Awesome glad to hear it @BillSidney I will close this issue now, thanks for reaching out
Not able to query the paused_incident_reports. Looks like the query succeeds.
Output with debug