Clear data elements scope by study ID and mode

put

/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements/clear/{scope}

Clears the scope of data elements by study ID and mode. Scope can be:
  • VSD, to clear visit start date.
  • ITEM, to clear a specific item.

Up-versioned to add formsStatus field to the response.

Request

Path Parameters
Query Parameters
  • If the call is from Digital Gateway / Digital Gateway Builder, isDgCall set to true, Cleardynamics won't be supported.
Supported Media Types
Request Body - */* ()
Root Schema : schema
Type: object
Show Source
Nested Schema : visits
Type: array
Show Source
Nested Schema : CoreClearVisitRequestDto
Type: object
Show Source
Nested Schema : forms
Type: array
Show Source
Nested Schema : CoreClearFormsRequestDto
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : DataElementDto
Type: object
Show Source

400 Response

Bad request.
Body ()
Root Schema : DcsResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Back to Top