CASE FrameworkCASE Framework
Management APIStudy permissions

List study permissions

GET
/v1/studies/{studyKey}/permissions/

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/permissions/"
{
  "permissions": {
    "property1": {
      "user": {},
      "permissions": [
        {
          "id": "string",
          "subjectId": "string",
          "subjectType": "string",
          "resourceType": "string",
          "resourceKey": "string",
          "action": "string",
          "limiter": {
            "property1": "string",
            "property2": "string"
          }
        }
      ]
    },
    "property2": {
      "user": {},
      "permissions": [
        {
          "id": "string",
          "subjectId": "string",
          "subjectType": "string",
          "resourceType": "string",
          "resourceKey": "string",
          "action": "string",
          "limiter": {
            "property1": "string",
            "property2": "string"
          }
        }
      ]
    }
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}