Get specific data classifications for all study roles of a study
put
/ec-auth-svc/rest/v1.0/dataclassification/{StudyID}/studyroles
Returns a list of DataClassificationStudyRolesDto for a given study based on provided classification IDs
Request
Path Parameters
-
StudyID(required): string(uuid)
Unique identifier (UUID) of the study.Example:
F37A78CBB3B04F6AA5F388B66702ED24
Supported Media Types
- application/json
Root Schema : schema
Type:
objectList of DataClassification UUIDs as part of a request payload.
Show Source
-
dataClassifications(required): array
dataClassifications
list of data classifications Unique GUIDs
Example:
{
"dataClassifications":[
"938D23FA6B7241CCA41BD627E5DB60DA",
"699EF3745FC545589F186D2198F3C65E"
]
}Nested Schema : dataClassifications
Type:
arraylist of data classifications Unique GUIDs
Show Source
-
Array of:
string(uuid)
list of data classifications Unique GUIDs
Example:
[
"938D23FA6B7241CCA41BD627E5DB60DA",
"699EF3745FC545589F186D2198F3C65E"
]Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Success
Root Schema : schema
Type:
Show Source
array-
Array of:
object DataClassificationStudyRolesDto
Represents a mapping between a study role and its associated data classification including the assigned classification level(s).
Nested Schema : DataClassificationStudyRolesDto
Type:
objectRepresents a mapping between a study role and its associated data classification including the assigned classification level(s).
Show Source
-
dataClassificationId(required): string
(uuid)
Unique identifier of the data classification object associated with this study role.
-
dataClassificationLevel(required): string
Classification levels applied for this role.Example:
["SITE","DEPOT"] -
StudyRoleID(required): string
(uuid)
Unique identifier for the study role.
-
studyRoleName(required): string
Name of the study role.Example:
Rule Designer -
studyRoleStatus(required): string
Status of the study role (e.g., ACTIVE, INACTIVE).Example:
ACTIVE
Examples
400 Response
Bad request
Root Schema : AuthResponse
Type:
objectGeneric API response wrapper containing result, error data, response version and status.
Show Source
-
errorData: object
ErrorResponseData
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
-
result: object
result
Result data of the API response; actual type depends on the API
-
status: string
(none)
Indicates request success ("success") or failure ("failure").Example:
success -
version: integer
(int32)
Version of the response schema.Example:
1
Nested Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: string
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 -
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource
Nested Schema : result
Type:
objectResult data of the API response; actual type depends on the API
Example:
oracle.doceng.json.BetterJsonNull@3565a0f5