Management APIStudy rules
List all study rules versions
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/rules/versions"{
"versions": [
{
"id": "string",
"studyKey": "string",
"uploadedAt": 0,
"uploadedBy": "string",
"rules": [
{}
],
"serialisedRules": "string"
}
]
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}