Skip to main content
Get an aggregated SAST results summary based on a comparison of two scans.
External DocumentationTo learn more, visit the Checkmarx One documentation.

Basic Parameters

ParameterDescription
Base Scan IDThe scan ID of the older scan to compare.
Correlation IDA unique identifier used to track a single request across multiple services.
Group By FieldGroup the results by specific fields.
LanguageA comma-separated list of languages to filter results by.

Note: Use an exact match, the comparison is case-insensitive.
New Scan IDThe scan ID of the newer scan to compare.
Query IDsA comma-separated list of query IDs to filter results by.
Return All PagesAutomatically fetch all resources, page by page.
SeverityThe severity level to filter results by.
StatusThe scan occurrence status to filter results by.

Advanced Parameters

ParameterDescription
LimitThe maximum number of items to return per page.
OffsetThe offset of the item at which to begin the response.

Example Output

{
	"summaries": [
		{
			"queryID": "729519850006803664",
			"queryName": "Missing_CSP_Header",
			"severity": "LOW",
			"count": 1
		},
		{
			"queryID": "3339566533927886347",
			"queryName": "Client_JQuery_Deprecated_Symbols",
			"severity": "LOW",
			"count": 4
		}
	],
	"totalCount": 2
}

Workflow Library Example

Get Scan Summary Comparison with Checkmarx One and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop