Skip to main content
GET
Get single-requirement product compliance detail

Authorizations

Authorization
string
header
required

Bearer token for authentication

Query Parameters

requirement_version_id
string

The requirement version to load detail for

product_version_id
string

The product version ID

framework_id
string

Framework the requirement belongs to

Response

A successful response.

Full product compliance detail for a single requirement.

requirement_id
string
requirement_version_id
string
name
string
display_name
string
description
string
overall_status
string
automation_level
enum<string>
default:unspecified
Available options:
unspecified,
automated,
partial,
manual
scope
enum<string>
default:UNSPECIFIED
  • UNSPECIFIED: Default value - requirement is evaluated at project level
  • PROJECT: Requirement is evaluated at project level (existing behavior)
  • PRODUCT: Requirement is evaluated at product level only
Available options:
UNSPECIFIED,
PROJECT,
PRODUCT
override
RequirementEvaluationOverride represents a manual override of a requirement evaluation status · object
Example:
manual_evidence_submissions
ManualEvidenceDefinitionWithSubmissions represents a manual evidence definition with its submissions · object[]
expired_tests
Product-level expired tests with detail · object[]
project_evaluations
Per-project evaluations contributing to this requirement · object[]