v3.0 REST Endpoints

Data Capture/Data Elements/v3.0
The operations from the Data Capture/Data Elements/v3.0 category.
[Deprecated]: Create multiple data elements for a subject
Method: post
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/dataelements
[Deprecated]: Freeze multiple data elements for a subject
Method: post
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/dataelements/freeze
[Deprecated]: Get all data elements based on subject and visit
Method: get
Path: /ec-dc-svc/rest/v3.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/v3.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/v3.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/v3.0/studies/{studyId}/{mode}/forms/{formId}/subjects/{subjectId}/dataelements
[Deprecated]: Get data elements history with pagination
Method: get
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/dataelements/all
[Deprecated]: Get the audit history for a data element
Method: get
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/dataelements/history/{dataElementId}
[Deprecated]: Update single data element
Method: put
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/dataelements/{dataElementId}
Clear data elements for a visit
Method: put
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/dataelements/clear/{scope}
Create multiple data elements for repeating form
Method: post
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/dataelements/multirepeatingform
Delete data elements in a form within a visit
Method: delete
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subject/{subjectId}/visit/{visitId}/forms/{formId}/dataelements
Get data elements by subject and event ID
Method: get
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subject/{subjectId}/event/{eventId}/dataelements/visitdata
Get data elements for multiple items
Method: post
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/dataelements/multiple
Get data elements with form associations
Method: get
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subject/{subjectId}/event/{eventId}/dataelements/formassociations
Get the deleted data element
Method: get
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subject/{subjectId}/visit/{visitId}/deleted/dataelements
Verify multiple data elements for a subject
Method: post
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/dataelements/verify