v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Dynamic Configs

Get Dynamic Config Rules

get/console/v1/dynamic_configs/{id}/rules

Path parameters

idstring required

id

Response

Get Dynamic Config Rules Response

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Dynamic Config rules read successfully.",
  "data": [
    {
      "rules": [
        {
          "id": "5pjzfmF8KLFsh81kBPyxvR",
          "baseID": "5pjzfmF8KLFsh81kBPyxvR",
          "name": "rule name",
          "passPercentage": 1,
          "conditions": [
            {
              "type": "browser_name",
              "targetValue": [],
              "operator": "any"
            }
          ],
          "environments": null,
          "completedAutomatedRollouts": [],
          "pendingAutomatedRollouts": []
        },
        {
          "id": "6jQEnu1fCnXqjXhm1qGEnt",
          "baseID": "6jQEnu1fCnXqjXhm1qGEnt",
          "name": "Other2",
          "passPercentage": 80,
          "conditions": [],
          "environments": null,
          "completedAutomatedRollouts": [],
          "pendingAutomatedRollouts": []
        },
        {
          "id": "4DonExIcOjSV8kG3WSQ5Zm",
          "baseID": "4DonExIcOjSV8kG3WSQ5Zm",
          "name": "Austin's fav rule",
          "passPercentage": 8,
          "conditions": [],
          "environments": null,
          "completedAutomatedRollouts": [],
          "pendingAutomatedRollouts": []
        }
      ]
    }
  ],
  "pagination": {
    "itemsPerPage": 20000,
    "pageNumber": 1,
    "totalItems": 1,
    "nextPage": null,
    "previousPage": null,
    "all": ""
  }
}