controls

get/controls

Response

list of all controls

messagestring

Example response

{
  "message": "ok",
  "data": [
    {
      "id": 1,
      "title": "Regulatory Training and Response Procedures",
      "description": "Train personnel on regulatory requirements and procedures for responding to authority requests.",
      "orderNo": 1,
      "status": "In Progress",
      "approver": "John Doe",
      "riskReview": "Acceptable risk",
      "owner": "Bob Johnson",
      "reviewer": "Alice Williams",
      "dueDate": "2024-09-20T00:00:00.000Z",
      "implementationDetails": "Implement new feature"
    }
  ]
}

Changes