v4.0 REST Endpoints

Data Capture/Data Elements/v4.0
The operations from the Data Capture/Data Elements/v4.0 category.
[Deprecated]: Create multiple data elements for a subject
Method: post
Path: /ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements
[Deprecated]: Get all data elements based on subject and visit
Method: get
Path: /ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements
[Deprecated]: Get all the latest datalement records for a subject for a given date range
Method: get
Path: /ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements/subjectId/{subjectId}
[Deprecated]: Get data elements for a list of items by subject ID
Method: get
Path: /ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements/subjects/{subjectId}/items
[Deprecated]: Get data elements for a visit and form combination
Method: get
Path: /ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/forms/{formId}/subjects/{subjectId}/dataelements
Get data elements for multiple items
Method: post
Path: /ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements/multiple
Get data elements that have been deleted
Method: get
Path: /ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/subject/{subjectId}/visit/{visitId}/deleted/dataelements
Get the audit history for a data element with sign/verify history
Method: get
Path: /ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements/history/{dataElementId}
Update single data element
Method: put
Path: /ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements/{dataElementId}
Verify multiple data elements for a subject
Method: post
Path: /ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements/verify