Get controls
GET
/closeAPI/api/compliance/control
curl \
--request GET 'http://close-service:8082/closeAPI/api/compliance/control'
Response examples (200)
[
{
"id": 42,
"name": "string",
"number": "string",
"description": "string",
"status": "ACTIVE",
"type": {
"id": 42,
"systemValueGroupId": 42,
"name": "string",
"shortName": "string",
"exportValue": "string",
"order": 42,
"status": "ACTIVE"
},
"importance": {
"id": 42,
"systemValueGroupId": 42,
"name": "string",
"shortName": "string",
"exportValue": "string",
"order": 42,
"status": "ACTIVE"
},
"frequency": {
"id": 42,
"systemValueGroupId": 42,
"name": "string",
"shortName": "string",
"exportValue": "string",
"order": 42,
"status": "ACTIVE"
}
}
]