Get the E2B R3 Data mappings
get
/ec-designer-edc-svc/rest/v1.0/studies/{studyId}/e2bmapping/all
Retrieve 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:
object
Title:
E2BR3ItemAdvancedPropDto v1.0
E2B3 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.0
Form Item Advanced Property Rule
Nested Schema : values
Type:
Show Source
array
-
Array of:
object E2BR3ItemAdvancedPropDto v1.0
Title:
E2BR3ItemAdvancedPropDto v1.0
E2B3 Mapping Details Information
Nested Schema : From Item Advanced Property Rule v7.0
Type:
object
Title:
From Item Advanced Property Rule v7.0
Form 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:
object
Title:
ErrorResponseData
Error Response Details Information
Show Source
-
details: object
Object
Title:
Object
Object with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003
-
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.