V1.0

get

/ec-designer-edc-svc/rest/v1.0/studies/{studyId}/e2bmapping/all

Returns E2B mappings for all question types. Use /v20.0 endpoints for current metadata and behavior.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

E2B mappings returned successfully.
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 ECDV_CODELISTITEM.VALUE
    Example: Yes
  • name
    Example: RolloverQuestionAnswer
  • For RolloverQuestion property it is an ECDV_CODELISTITEM.CODELISTITEM_ID
    Example: B1B8327AFAA6412287106192AB5984EF
Examples

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