Participant APIStudies
Get study by key
Path Parameters
studyKey*string
Query Parameters
instanceID*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/study-service/studies/string?instanceID=string"{
"study": {
"key": "string",
"status": "string",
"props": {},
"stats": {}
}
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}