Get Dynamic Config Rules
Path parameters
id
Response
Get Dynamic Config Rules Response
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": ""
}
}Changes
Changed in 1 of the 8 revisions of this API.26
- ●
added the new
afterenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
anyenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
any_case_sensitiveenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
array_contains_allenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
array_contains_anyenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
array_contains_noneenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
beforeenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
encoded_anyenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
gtenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
gteenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_not_nullenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_nullenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
ltenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
lteenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
noneenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
none_case_sensitiveenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_array_contains_allenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
onenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
str_contains_anyenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
str_contains_noneenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
str_matchesenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
version_eqenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
version_gtenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
version_gteenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
version_ltenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
version_lteenum value to theallOf[subschema #2]/data/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●