Hello PD Community,
I’m interested in querying the PD API endpoint to gather incident information by a specific team that I can use to create a bi-weekly report. The report would require the following details through PD’s REST API:
- Team involved
- Date Range (UTC)
- List of ‘high’ incidents within that date range.
I’ve been working with the pdpyras library in Python and would like to pull out similar data from the following web call:
Can someone please explain how that would translate to pdpyras query?