A single Experiment object with all its details

Parameters

  • id (required, string, 548223f2c7036020742ff21c) ... String id of the Experiment to retrieve.

Response

200 - Experiment Object

Retrieve an Experiment

URL

https://api.taplytics.com/v2/experiments/{id}{?api_token}

Headers

application/json; charset=utf-8

Response Body

{
    "id": "5a6a0ca339004c0094fa208z",
    "project_id": "5a68fdea39003c0094fx1d6g",
    "description": "ANYTHING",
    "goal_ids": [
        "5a6a0d2186bfc6201339fbob",
        "5a7def3cccd5d340119c8b3a",
        "5b3bd18bdcf7bb20d893f481"
    ],
    "filters": [
        {
            "comparator": "=",
            "type": "osType",
            "_id": "5a6a0ca339103c0094fa208f",
            "values": [
                "iPhone OS"
            ]
        }
    ],
    "variations": [
        {
            "name": "Variation 1",
            "distributionPercent": 1,
            "_id": "5a6a0ca339003c0094fa2091",
            "dynamicVariables": [
                {
                    "name": "ANYTHING",
                    "isActive": false,
                    "createdFrom": "device",
                    "defaultValue": "{\"ANYTHING":1}",
                    "variableType": "JSON",
                    "value": "{\"ANYTHING\":1}",
                    "_id": "5adf436633a6c7000c5e1d51"
                }
            ],
            "webElements": []
        }
    ],
    "baseline": {
        "distributionPercent": 0,
        "dynamicVariables": [
            {
                "name": "ANYTHING",
                "isActive": false,
                "createdFrom": "device",
                "defaultValue": "{\"ANYTHING\":1}",
                "variableType": "JSON",
                "value": "{\"ANYTHING\":1}",
                "_id": "5adf436643a6x7000c5e1d52"
            }
        ],
        "name": "Baseline"
    },
    "updated_at": "2018-07-05T16:01:12.535Z",
    "created_at": "2018-01-25T16:58:11.155Z",
    "name": "ANYTHING",
    "status": "active"
}
Language