v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
🧩 Change requests

List all change requests

List all change requests

get/api/changeRequests

Response

Change requests information

result'success' | 'error' required

Result of the request

action'listChangeRequests' required

The id of the action

Example response

{
  "data": [
    {
      "id": 42,
      "name": "Remove unused security policy",
      "acceptable": true,
      "created by": "Matthieu C.",
      "changes": {
        "rules": [
          {
            "action": "modify Rule"
          }
        ]
      }
    }
  ]
}
All 177 operations