CURLcurl -X GET \ -H "Authorization: [[apiKey]]" \ -H "Accept: application/octet-stream" \ "https://hostname:443/incident/csv/{id}"
Get an incident CSV file that was exported, by ID
CURLcurl -X GET \ -H "Authorization: [[apiKey]]" \ -H "Accept: application/octet-stream" \ "https://hostname:443/incident/csv/{id}"