ThreatSync Management API Version History
This page lists updates to the ThreatSync Management API.
Latest Version
Version 1.1.6: 26 September 2024
- New endpoints to manage comments on an incident:
/{v1}/{accountId}/incidents/{incidentId}/comments
For more information, go to Retrieve a List of Comments for an Incident./{v1}/{accountId}/incidents/{incidentId}/comments
For more information, go to Create a Comment for an Incident./{v1}/{accountId}/incidents/{incidentId}/comments/{commentId}
For more information, go to Update a Specific Comment./{v1}/{accountId}/incidents/{incidentId}/comments/{commentId}
For more information, go to Delete a Specific Comment.
- You can now specify the includeActions and includeComments as the query parameters for these endpoints:
/{v1}/{accountId}/incidents
For more information, go to Retrieve a List of Incidents./{v1}/{accountId}/incidents/{incidentId}
For more information, go to.Retrieve a Specific Incident.
-
You can now specify the comment parameter in the request body of these endpoints:
-
/{v1}/{accountId}/incidents/{incidentID}
-
/{v1}/{accountId}/incidents/{incidentID}/actions
-
Previous Versions
- The response parameters of these ThreatSync Management API endpoints now include the threat details of malicious access points:
/{v1}/{accountId}/incidents
/{v1}/{accountId}/incidents/{incidentId}
/{v1}/{accountId}/incidents/{incidentID}
/{v1}/{accountId}/incidents/{incidentID}/actions
/{v1}/{accountId}/incidents/{incidentID}/actions/{actionID}
/{v1}/{accountId}/actions
For more information, go to Retrieve a List of Incidents.
For more information, go to Retrieve a Specific Incident.
For more information, go to Update Incident Status.
For more information, go to Retrieve a List of Actions for a Specific Incident.
For more information, go to Retrieve a Specific Action for a Specific Incident.
For more information, go to Retrieve a List of Actions.
- Initial release.