List Participant's Experiments.
Path parameters
-
The team.
-
The participant.
GET /api/teams/{team}/participants/{participant}/experiments
curl \
-X GET https://checkmango.com/api/teams/19/participants/repudiandae/experiments \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"id": "QUISQUAM_EAQUE_CONSEQUATUR_TEMPORIBUS",
"type": "experiments",
"attributes": {
"id": 16,
"team_id": 53,
"key": "QUISQUAM_EAQUE_CONSEQUATUR_TEMPORIBUS",
"description": null,
"status": "draft",
"created": {
"human": "1 second ago",
"string": "2024-04-08 10:42:02"
},
"updated": {
"human": "1 second ago",
"string": "2024-04-08 10:42:02"
},
"started": {
"human": null,
"string": null
},
"stopped": {
"human": null,
"string": null
}
},
"links": {
"self": {
"href": "http://checkmango.com/api/teams/53/experiments/QUISQUAM_EAQUE_CONSEQUATUR_TEMPORIBUS"
}
}
},
{
"id": "VOLUPTATE_EXPEDITA_AUTEM_QUAM_AUT_DELECTUS",
"type": "experiments",
"attributes": {
"id": 17,
"team_id": 55,
"key": "VOLUPTATE_EXPEDITA_AUTEM_QUAM_AUT_DELECTUS",
"description": "Eum aut voluptatibus sed sequi saepe autem accusamus accusamus. Et iusto est vero accusamus autem. Consequatur soluta quia harum mollitia ut et eaque. Qui minima et velit repudiandae dolores quas culpa.",
"status": "draft",
"created": {
"human": "1 second ago",
"string": "2024-04-08 10:42:02"
},
"updated": {
"human": "1 second ago",
"string": "2024-04-08 10:42:02"
},
"started": {
"human": null,
"string": null
},
"stopped": {
"human": null,
"string": null
}
},
"links": {
"self": {
"href": "http://checkmango.com/api/teams/55/experiments/VOLUPTATE_EXPEDITA_AUTEM_QUAM_AUT_DELECTUS"
}
}
}
]
}
Response examples (403)
{
"message": "Unauthenticated."
}
Response examples (404)
{
"message": "Not Found"
}