Get Participant's Experiment.
Path parameters
-
The team.
-
The participant.
-
The experiment.
Query parameters
-
include string
Comma-separated list of relationships to include in the response.
GET /api/teams/{team}/participants/{participant}/experiments/{experiment}
curl \
-X GET https://checkmango.com/api/teams/3/participants/aut/experiments/dolorem \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": {
"id": "EXCEPTURI_CUPIDITATE_AUT_PERFERENDIS",
"type": "experiments",
"attributes": {
"id": 18,
"team_id": 57,
"key": "EXCEPTURI_CUPIDITATE_AUT_PERFERENDIS",
"description": "Molestiae et numquam consequatur facilis corporis. Dolorem nihil nesciunt commodi temporibus culpa nemo eveniet. Dolor harum repellat impedit dolor sit ipsum veniam.",
"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/57/experiments/EXCEPTURI_CUPIDITATE_AUT_PERFERENDIS"
}
}
}
}
Response examples (403)
{
"message": "Unauthenticated."
}
Response examples (404)
{
"message": "Not Found"
}