v1

latestOpenAPI 3.0.02026-07-249055687.1 KB
deprecated

Diff Full Scans

This endpoint is deprecated.

Get the difference between two existing Full Scans. The results are not persisted.

This endpoint consumes 1 unit of your quota.

This endpoint requires the following org token scopes:

  • full-scans:list
get/orgs/{org_slug}/full-scans/diff

Path parameters

org_slugstring required

The slug of the organization

Query parameters

afterstring required

The full scan ID of the base/target of the diff (older)

beforestring required

The full scan ID of the head/changed side of the diff (newer)

include_license_detailsboolean

Include license details in the response. This can increase the response size significantly.

omit_unchangedboolean

Omit unchanged artifacts from the response. When set to true, the unchanged field will be set to null.

Response

The difference between the two provided Full Scans.

directDependenciesChangedboolean required
diff_report_urlstring nullable required