v2.0 REST Endpoints
Data Capture/Data Elements/v2.0
The operations from the Data Capture/Data Elements/v2.0 category.
-
[Deprecated]: Create multiple data elements for a subject - Method: postPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements
-
[Deprecated]: Freeze multiple data elements for a subject - Method: postPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/freeze
-
[Deprecated]: Get all data elements based on subject and visit - Method: getPath:
/ec-dc-svc/rest/v2.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/v2.0/studies/{studyId}/{mode}/dataelements/subjectId/{subjectId}
- [Deprecated]: Get child items, forms and visits required to be cleared to modify a data element
- Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/{dataelementId}/{opeartionType}/childItems
-
[Deprecated]: Get data elements for a list of item IDs - Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/subjects/{subjectId}/items
-
[Deprecated]: Get data elements for a visit and form combination - Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/forms/{formId}/subjects/{subjectId}/dataelements
-
[Deprecated]: Get data elements for multiple items - Method: postPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/multiple
-
[Deprecated]: Get data elements history with pagination - Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/all
-
[Deprecated]: Get the audit history for a data element - Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/history/{dataElementId}
-
[Deprecated]: Get the deleted data element - Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/subject/{subjectId}/visit/{visitId}/deleted/dataelements
-
[Deprecated]: Update single data element - Method: putPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/{dataElementId}
-
[Deprecated]: Verify multiple data elements for a subject - Method: postPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/verify
- Clear data elements scope by study ID and mode
- Method: putPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/clear/{scope}
- Create data elements for the flat part of a multi section form
- Method: postPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/withvendorcode/multisectionflat
- Create data elements for the repeating part of a multi section form
- Method: postPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/withvendorcode/multisectionrepeat
- Create multiple data elements for repeating form
- Method: postPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/multirepeatingform
- Create multiple data elements in a form form with form associations for a given subject
- Method: postPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/formassociations
- Delete data elements in a form within a visit
- Method: deletePath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/subject/{subjectId}/visit/{visitId}/forms/{formId}/dataelements
- Get data elements based on subject, visit, and form
- Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/forms/{formId}/dataelements
- Get data elements by subject and event ID
- Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/subject/{subjectId}/event/{eventId}/dataelements/visitdata
- Get data elements with form associations
- Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/subject/{subjectId}/event/{eventId}/dataelements/formassociations
- Get the audit history for a form association
- Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/formassociations/history/sourceForm/{sourceFormId}
- Get the current status of a data element
- Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/{dataelementId}
- Get the data element for a subject, a form and a site
- Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/sites/{siteId}/forms/{formId}/subjects/{subjectId}/dataelements
- Update multiple data elements for a given form, event and subject
- Method: putPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/subject/{subjectId}/event/{eventId}/form/{formId}/formassociations
- Upsert data elements for the flat part of a multi section form
- Method: putPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/upsert/withvendorcode/multisectionflat
- Upsert data elements for the repeating part of a multi section form
- Method: putPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/upsert/withvendorcode/multisectionrepeat