CASE FrameworkCASE Framework
Management APIStudy rules

Get current published study rules

GET
/v1/studies/{studyKey}/rules/

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/"
{
  "studyRules": {
    "id": "string",
    "studyKey": "string",
    "uploadedAt": 0,
    "uploadedBy": "string",
    "rules": [
      {}
    ],
    "serialisedRules": "string"
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}