[Deprecated]: v2.0

get

/ec-auth-svc/rest/v2.0/studyroles/{studyId}

Deprecated: Gets the list of study roles for given studyId

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

List of study role parameters for the specified study
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : StudyRoleDtoParamsV2
Type: object
V2: Parameters for a study role, reflecting all entity and version metadata for audit and tracking.
Show Source
Example:
{
    "id":"648C2FC0EA7E4F5B925F7A4FABCFFF04",
    "studyRoleId":"B931A89223C2425EAF9574EBA59455CF",
    "studyRoleName":"MONITOR",
    "studyRoleDesc":"Monitor role grants viewing and edit capabilities.",
    "studyRoleType":"SITE",
    "studyRoleStatus":"ACTIVE",
    "studyRoleCreationType":"AUTO",
    "studyId":"37F6B1958D4B4C42A1F5D3B148651073",
    "roleId":"E622F2E99B2740C785A927B16A5BDA1A",
    "versionStart":"2021-01-01T00:00:00.000Z",
    "versionEnd":"2023-12-31T23:59:59.000Z",
    "operationType":"UPDATE",
    "userId":"C2C1C99E3EF74650B989F2C53177B29E",
    "objectVersionNumber":9,
    "softwareVersionNumber":4,
    "reason":"Role name changed due to protocol amendment.",
    "comment":"Role was updated by system admin.",
    "studyRoleVersion":"v2.2"
}
Examples

400 Response

Bad request / invalid query.
Body ()
Root Schema : AuthResponse
Type: object
Generic API response wrapper containing result, error data, response version and status.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Result data of the API response; actual type depends on the API
Example:
oracle.doceng.json.BetterJsonNull@e668392
Nested Schema : details
Type: object
Back to Top