Forum Discussion
- Luke GrimstrupRetired GoTo ContributorHi Andrew,
Great question! To achieve this, I would first create a custom report that reported on closed incidents (if you're polling the API periodically I would also consider adding a time range). See attachment:
Once you've created the report - take note of the ID in the URL and use that in the API call. For example, the curl command you could then use would be:
curl -u x:your-api-token -H "Content-Type: application/json" https://deskapi.gotoassist.com/v1/inc...
Does that help?
Luke - Andrew EvansNew MemberYes. This is going to do the trick. I'll be using a few different date ranges.
Thanks!