API Change Log
The page shows which endpoints will be impacted, providing ample time and warning for affected users to transition to an alternative solution. Users may need to update their code, adjust settings, or search for a different endpoint. Staying up-to-date with API changes is essential to ensure the proper functioning of applications.
Deprecation refers to the process of phasing out or discontinuing an API. PlexTrac will no longer support it, even though it may still be operational.
Sunsetting means that the API will be removed and not function.
Breaking Changes are modifications that render current solutions ineffective, causing existing code or integrations to fail or produce incorrect results, even if the endpoint itself is not changing.
Deprecations
The following table serves as a quick reference guide to all the changes made, offering a concise summary for easy navigation. Each entry is designed to provide a snapshot of the modifications, enabling users to grasp the key points quickly.
After the table, expandable sections divided by release are included for those seeking more in-depth information. By clicking on these sections, users can access detailed explanations, context, and additional insights related to each change.
GET /api/v1/clients/analytics/export
April 6, 2023 - 1.51
GET /api/v1/flaws
April 6, 2023 - 1.51
Get Client Flaws
GET /api/v1/client/{clientID}/topFlaws
April 6, 2023 - 1.51
Get Multiple Client Flaws
POST /api/v1/clients/topFlaws
April 6, 2023 - 1.51
GET /api/v1/clients/findings
April 6, 2023 - 1.51
Get Analytics Bootstrap Findings
GET /api/v1/clients/analytics/bootstrap
May 8, 2023 - 1.53
GET /api/v1/client/{clientID}/analytics/flaws/aging
February 24, 2023
May 30, 2023 - 1.54
GET /api/v1/client/{clientID}/analytics/flaws/{status}
February 24, 2023
May 30, 2023 - 1.54
GET /api/v1/tenant/analytics
February 24, 2023
May 30, 2023 - 1.54
GET /api/v1/tenant/analytics/findings/{status}
February 24, 2023
May 30, 2023 - 1.54
GET /api/v1/client/{clientID}/analytics
February 24, 2023
May 30, 2023 - 1.54
Retrieve Analytics Assets - Suggestion
POST /api/v2/clients/analytics/assets/suggestion
June 7, 2023
September 13, 2023 - 1.59
Import Client Assets v1
POST /api/v1/client/{clientId}/assets/import/{{source}}
August 15, 2022
November 7, 2023 - 1.61
Get Affected Assets by Finding
GET/api/v2/clients/{clientId}/reports/{reportId}/flaws/{flawId}/affected_assets
October 18, 2023
January 2, 2024 - 2.0
Add Findings from File Imports
POST /api/v1/client/{clientId}/report/{reportId}/import/{source}
October 31, 2023
February 21, 2024 - 2.2
Bulk Get Evidence
POST /api/v2/tenant/{{tenantId}}/client/{{clientId}}/report/{{reportId}}/finding/{{findingId}}/asset/evidence
November 27, 2023
January 30, 2024 - 2.1
List Client Assets
GET /api/v1/client/{clientID}/assets
September 13, 2024
December 3, 2024 - 2.12
Create Jira Ticket from Finding
POST /api/v1/client/{clientID}/report/{reportID}/flaw/{flawID}/createAndLinkJiraTicket
October 28, 2024
January 28, 2025 - 2.14
POST /api/v2/client/{clientId}/report/{reportId}/findings/createJiraTickets
October 28, 2024
January 28, 2025 - 2.14
Add Findings from File Imports V2
POST /api/v2/client/{clientId}/report/{reportId}/importAsync/{source}
June 23, 2025
October 8, 2025 - 2.22
Additional Information By Release
Breaking Changes
This section includes modifications in an API update incompatible with the previous version, potentially causing existing code or integrations to fail. Breaking changes can involve the removal of functionality, modification of behavior, changes in response structure or input requirements, and altering data types or values.
The following table serves as a quick reference guide to all the changes made, offering a concise summary for easy navigation. Each entry is designed to provide a snapshot of the modifications, enabling users to grasp the key points quickly.
After the table, expandable sections divided by release are included for those seeking more in-depth information. By clicking on these sections, users can access detailed explanations, context, and additional insights related to each change.
Get Security Role
GET /api/v2/tenants/{tenantId}/security/role/{roleId}
Update RBAC ID Values
August 21, 2023 - 1.58
Update Security Role Info
PUT /api/v2/tenants/{tenantId}/security/role/{roleId}/info
Update RBAC ID Values
August 21, 2023 - 1.58
Update Security Role Permission
PUT /api/v2/tenants/{tenantId}/security/role/{roleId}/permissions
Update RBAC ID Values
August 21, 2023 - 1.58
Add Role User
PUT /api/v2/tenants/{tenantId}/security/role/{roleId}/users
Update RBAC ID Values
August 21, 2023 - 1.58
Remove Role User
DELETE /api/v2/tenants/{tenantId}/security/role/{roleId}/users/{userId}
Update RBAC ID Values
August 21, 2023 - 1.58
Delete Security Role
DELETE /api/v2/tenants/{tenantId}/security/role/{roleId}
Update RBAC ID Values
August 21, 2023 - 1.58
Get Finding
GET /api/v1/client/{{clientId}}/report/{{reportId}}/flaw/{{findingId}}
Decouple Finding/Assets
November 7, 2023 - 1.61
Get Findings by Report
/api/v2/clients/{{clientId}}/reports/{{reportId}}/findings
Remove Pagination Option
November 6, 2025 - 2.23
Additional Information By Release
Last updated
Was this helpful?