cURL
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": "jane@example.com", "creatorID": "def456", "createdTime": 1500000000000, "creatorName": "John Smith", "creatorEmail": "john@example.com", "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 } ] }
Optional header to respect review settings for mutation endpoints.
id
0 <= x <= 100
Page number
1
List dynamic configs that reference this gate
A simple string explaining the result of the operation.
Array of results returned by pagination limit.
Show child attributes
Pagination metadata for checking if there is next page for example.
Was this page helpful?