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

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : E2BR3ItemAdvancedPropDto v1.0
Type: object
Title: E2BR3ItemAdvancedPropDto v1.0
E2B3 Mapping Details Information
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : values
Type: array
Show Source
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
  • For RolloverQuestion property it is an ECD_CODELISTITEM.OBJECT_DESCRIPTION
    Example: Yes
  • name
    Example: Answer for Rollover
  • For RolloverQuestion property it is an ECD_CODELISTITEM.CODELISTITEM_ID
    Example: B1B8327AFAA6412287106192AB5984EF

500 Response

Error
Body ()
Root Schema : ErrorResponseData
Type: object
Title: ErrorResponseData
Error Response Details Information
Show Source
  • Object
    Title: Object
    Object with error details information.
  • Error code which is stored in ErrorCode enum. Example : C1-003
    Example: C1-003
  • Error message which is stored in service property file. Example : Cannot modify object after a study version has been approved
    Example: Cannot modify object after a study version has been approved
Nested Schema : Object
Type: object
Title: Object
Object with error details information.
Back to Top