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: postPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements
-
[Deprecated]: Get all data elements based on subject and visit - Method: getPath:
/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: getPath:
/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: getPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements/subjects/{subjectId}/items
-
[Deprecated]: Get data elements for a visit and form combination - Method: getPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/forms/{formId}/subjects/{subjectId}/dataelements
-
[Deprecated]: Get the audit history for a data element with sign/verify history - Method: getPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements/history/{dataElementId}
-
[Deprecated]: Update single data element - Method: putPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements/{dataElementId}
- Get data elements for multiple items
- Method: postPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements/multiple
- Get data elements that have been deleted
- Method: getPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/subject/{subjectId}/visit/{visitId}/deleted/dataelements
- Verify multiple data elements for a subject
- Method: postPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/dataelements/verify