Get data elements by subject and event ID

get

/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/subject/{subjectId}/event/{eventId}/dataelements/visitdata

Retrieves data elements by subject and event ID for a given study and mode. This API version adds validationRules field in DataElement and formsStatus fields in the response.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : VisitDataDto4
Type: object
Show Source
Nested Schema : dataElements
Type: array
Show Source
Nested Schema : forms
Type: array
Show Source
Nested Schema : formsAssociations
Type: array
Show Source
Nested Schema : formsStatus
Type: array
Show Source
Nested Schema : LabAssociationsDto
Type: object
Show Source
Nested Schema : VisitLockDto
Type: object
Show Source
Nested Schema : DataElementDto123
Type: object
Show Source
Nested Schema : clearedLabs
Type: array
Show Source
Nested Schema : targets
Type: array
Show Source
Nested Schema : validationRules
Type: array
Show Source
Nested Schema : DCPropertyDto
Type: object
Show Source
Nested Schema : ValidationRuleDto
Type: object
Show Source
Nested Schema : FormLockDto10
Type: object
Show Source
Nested Schema : FormsAssociationsDto2
Type: object
Show Source
Nested Schema : FormsStatusResponseDto
Type: object
Show Source
Nested Schema : outerRepeats
Type: array
Show Source
Nested Schema : FormsStatusOuterRepeatDto
Type: object
Show Source
Nested Schema : innerRepeats
Type: array
Show Source
Nested Schema : FormsStatusInnerRepeatDto
Type: object
Show Source
Nested Schema : forms
Type: array
Show Source
Nested Schema : LabAssociationFormDto
Type: object
Show Source
Nested Schema : formRepeats
Type: array
Show Source
Nested Schema : LabAssociationRepeatingDto
Type: object
Show Source

400 Response

Bad request.
Body ()
Root Schema : DcsResponse
Type: object
Show Source
Nested 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 : result
Type: object
Nested Schema : Object
Type: object
Title: Object
Object with error details information.
Back to Top