Compliance Manager Backend API
string · uuid · required integer · int64stringstringstring
integer · int32 · requiredstring · uuid · required string · requiredstring · requiredstring · required
List all frameworks
GET
https://dev-compliance-assessment.precognox.com
/api/v1/frameworks
Retrieve all supported compliance frameworks with their associated criteria.
Headers
KEYCLOAK_SUBJECTUUID of the authenticated partner (set by the API gateway from the Keycloak access token)
List all frameworks › Responses
OK
Compliance framework with associated criteria
idUnique identifier of the framework
nameName of the framework
codeNameCode name of the framework
descriptionDescription of the framework
List of criteria associated with the framework
List framework criteria
GET
https://dev-compliance-assessment.precognox.com
/api/v1/frameworks/{frameworkId}/criteria
Retrieve all criteria associated with a specific compliance framework.
path Parameters
frameworkIdUnique identifier of the framework
Headers
KEYCLOAK_SUBJECTUUID of the authenticated partner (set by the API gateway from the Keycloak access token)
List framework criteria › Responses
OK
A compliance criterion within a framework
nameThe full name of the criterion
codeNameThe code name of the criterion
descriptionThe description of the criterion