Get the E2B R3 Data mappings
get
/ec-designer-edc-svc/rest/v1.0/studies/{studyId}/e2bmapping/all
Retrieves the E2B R3 mapping data.
Request
Path Parameters
-
studyId(required): string(uuid)
Study ID. Example: F054C951EB74443C93716CA714AB686E
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : E2BR3ItemAdvancedPropDto v1.0
Type:
objectTitle:
E2BR3ItemAdvancedPropDto v1.0E2B3 Mapping Details Information
Show Source
-
id: string
(uuid)
Advanced property id
-
label: string
Advanced property label in UI, i.e. studyNameExample:
Study BT-31 -
mandatory: boolean
-
name: string
Advanced property name, mapped to the ECD_EXTENDED_PROPERTIES.PROPERTY_NAME columnExample:
RolloverQuestion -
order: string
-
parentObjectId: string
(uuid)
-
parentObjectLabel: string
-
parentObjectLevel: string
-
rules: array
rules
-
type: string
Advanced property type, mapped to the ECD_EXTENDED_PROPERTIES.RESPONSE_MAP_JSON column 'valueType' fieldExample:
Dropdown -
value: string
Advanced property value of studyIdExample:
B1B8327AFAA6412287106192AB5984EF -
values: array
values
Nested Schema : rules
Type:
Show Source
array-
Array of:
object From Item Advanced Property Rule v7.0
Title:
From Item Advanced Property Rule v7.0Form Item Advanced Property Rule
Nested Schema : values
Type:
Show Source
array-
Array of:
object E2BR3ItemAdvancedPropDto v1.0
Title:
E2BR3ItemAdvancedPropDto v1.0E2B3 Mapping Details Information
Nested Schema : From Item Advanced Property Rule v7.0
Type:
objectTitle:
From Item Advanced Property Rule v7.0Form Item Advanced Property Rule
Show Source
-
label: string
For RolloverQuestion property it is an ECD_CODELISTITEM.OBJECT_DESCRIPTIONExample:
Yes -
name: string
nameExample:
Answer for Rollover -
value: string
For RolloverQuestion property it is an ECD_CODELISTITEM.CODELISTITEM_IDExample:
B1B8327AFAA6412287106192AB5984EF
500 Response
Error
Root 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