[Deprecated]: Get the list of study roles for a study ID

get

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

Deprecated: Retrieves the list of study roles for given Study ID.

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
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
  • Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
    Example: User role is missing required permission REPORTING_VIEW. Field: userId
  • Application or business-specific error code representing the error type.
    Example: REPT_401
  • Human-readable error message describing the failure or issue.
    Example: Unauthorized: User does not have access to the requested resource
Nested Schema : result
Type: object
Result data of the API response; actual type depends on the API
Example:
oracle.doceng.json.BetterJsonNull@3565a0f5
Back to Top