curl --request GET \
--url https://statsigapi.net/console/v1/gates/{id}/dynamic_config_references \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Dynamic Configs listed successfully.",
"data": [
{
"id": "example_config",
"name": "Example Config",
"description": "An example dynamic configuration",
"idType": "userID",
"lastModifierID": "abc123",
"lastModifiedTime": 1600000000000,
"lastModifierName": "Jane Doe",
"lastModifierEmail": "[email protected]",
"creatorID": "def456",
"createdTime": 1500000000000,
"creatorName": "John Smith",
"creatorEmail": "[email protected]",
"targetApps": [
"myapp"
],
"holdoutIDs": [],
"tags": [
"example_tag"
],
"team": "Product",
"isEnabled": true,
"rules": [],
"defaultValue": {},
"defaultValueJson5": "{}",
"schema": "{\"$schema\":\"https://json-schema.org/draft/2020-12/schema\",\"properties\":{}}",
"schemaJson5": "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"properties\": {}\n}",
"version": 1
}
]
}curl --request GET \
--url https://statsigapi.net/console/v1/gates/{id}/dynamic_config_references \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Dynamic Configs listed successfully.",
"data": [
{
"id": "example_config",
"name": "Example Config",
"description": "An example dynamic configuration",
"idType": "userID",
"lastModifierID": "abc123",
"lastModifiedTime": 1600000000000,
"lastModifierName": "Jane Doe",
"lastModifierEmail": "[email protected]",
"creatorID": "def456",
"createdTime": 1500000000000,
"creatorName": "John Smith",
"creatorEmail": "[email protected]",
"targetApps": [
"myapp"
],
"holdoutIDs": [],
"tags": [
"example_tag"
],
"team": "Product",
"isEnabled": true,
"rules": [],
"defaultValue": {},
"defaultValueJson5": "{}",
"schema": "{\"$schema\":\"https://json-schema.org/draft/2020-12/schema\",\"properties\":{}}",
"schemaJson5": "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"properties\": {}\n}",
"version": 1
}
]
}Was this page helpful?