GET
/
console
/
v1
/
experiments
/
entity_property
/
{name}
curl --request GET \
  --url https://statsigapi.net/console/v1/experiments/entity_property/{name} \
  --header 'STATSIG-API-KEY: <api-key>'
{
  "message": "Entity Property Source read successfully.",
  "data": {
    "name": "Location",
    "description": "This is the the location description",
    "tags": [],
    "sql": "SELECT * FROM shoppy-sales.setup.user_properties",
    "timestampColumn": "timestamp",
    "idTypeMapping": [
      {
        "statsigUnitID": "stableID",
        "column": "user_id"
      }
    ],
    "timestampAsDay": true
  }
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Path Parameters

name
string
required

Name of entity property source

Response

200
application/json
Get Entity Property Source response
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.