Get Version Regulation Statuses by Regulation ID
GET/api/v1/catalog/releases/project/:projectIdentifier/version/:version/regulation-status
Get Version Regulation Statuses by Regulation ID
Request
Path Parameters
projectIdentifier stringrequired
Project identifier (ID or name)
version stringrequired
Header Parameters
X-Project-Token string
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
projectIdentifier stringrequired
Project identifier (ID or name)
version stringrequired
Component Version of the regulation
regulation stringrequired
Name of the regulation
value stringrequired
Value of the regulation
reportDetails string
Report Details of the regulation
isCompliant booleanrequired
Compliancy of the regulation
createdAt date-timerequired
Creation date of the regulation status
updatedAt date-timerequired
Update date of the regulation status
regulationSnapshot
object
name stringrequired
Name of the regulation
description string
Description of the regulation
config string
Configuration of the regulation
typeId numberrequired
Type Id of the regulation
[
{
"projectIdentifier": "string",
"version": "string",
"regulation": "string",
"value": "string",
"reportDetails": "string",
"isCompliant": true,
"createdAt": "2026-01-01T11:09:06.534Z",
"updatedAt": "2026-01-01T11:09:06.534Z",
"regulationSnapshot": {
"name": "string",
"description": "string",
"config": "string",
"typeId": 0
}
}
]
Loading...