Management APIStudy counters
List all study counter values
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
studyKey*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/studies/string/study-counters/"{
"values": [
{
"studyKey": "string",
"scope": "string",
"value": 0
}
]
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}