get https://api.taplytics.com/v2/experiments
Parameters
- page (optional, integer,
1
) ... The page number used for pagination - per_page (optional, integer,
100
) ... An optional parameter to define the number of results you would like returned
Response
200 - List of Experiment Objects
Experiments Collection
URL
https://api.taplytics.com/v2/experiments/{id}{?api_token}{?per_page}{&page}
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"
}]