Forum Discussion
Luke Grimstrup
12 years agoRetired GoTo Contributor
Hi 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
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