Get Param Store

Reference for the GET /console/v1/param_stores/{name} API endpoint.

gethttps://statsigapi.net/console/v1/param_stores/{name}

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Path parameters

namestringrequired

Response

application/json
200· Get param store
messagestringrequired

A simple string explaining the result of the operation.

dataobjectrequired
Show child attributes
idstringrequired

Param Store ID

namestringrequired

Param Store Name

displayNamestringrequired

Param Store Display Name

descriptionstringrequired

Param Store Description

createdTimenumberrequired

Param Store Creation Time

Constraints:format: double
creatorIDstringrequired

Creator ID

lastModifierIDstringrequired

Last Modifier ID

teamstring

Team Name

Constraints:nullable
teamIDstring

Team ID

parametersoneOf[]required

List of Parameters

ref_typestringrequired
Allowed values:staticgatelayerdynamic_configexperiment
namestringrequired

Parameter Name

param_typestringrequired

Parameter Type

Allowed values:booleannumberstringobjectarray
valueboolean or number or string or object or array
gate_namestring

Gate Name

pass_valueboolean or number or string or object or array
fail_valueboolean or number or string or object or array
layer_namestring

Layer Name

param_namestring

Parameter Name in Layer

config_namestring

Dynamic Config Name

experiment_namestring

Experiment Name

Was this helpful?