Variance Report

Returns materials with data variance issues such as missing integrations, no location assignments, or potential duplicates. Includes summary counts by issue category. Optionally filter by material name.

Requires scope: reports:read

Authentication

API_KEYstring
API Key authentication via header

Query parameters

pageintegerOptional

Zero-based page index. Defaults to 0.

sizeintegerOptional

Items per page. Defaults to 20, maximum 100.

searchstringOptional

Filter by material name (partial match).

sortstringOptional

Sort field and direction (e.g., name,asc or createdAt,desc). Supports Spring Pageable format.

Response

This endpoint returns an object.
materialsobject
Paginated list of materials with variance issues.
countOfGoodMaterialslong
Number of materials with no variance issues.
countOfHighPriorityMaterialslong

Number of materials flagged as high-priority variance.

countOfCriticalMaterialslong
Number of materials flagged as critical variance.

Errors

401
Unauthorized Error
403
Forbidden Error