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 repeating form - Method: postPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/multirepeatingform
-
[Deprecated]: Create multiple data elements for a subject - Method: postPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements
-
[Deprecated]: 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
-
[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 audit history for a data element - Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/history/{dataElementId}
-
[Deprecated]: Get data element records for a subject and date range - Method: getPath:
/ec-dc-svc/rest/v2.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/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 deleted data elements in a form - 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 in a form with form associations
- Method: postPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/formassociations
- Get all elements required to be cleared to modify a data element
- Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/{dataelementId}/{opeartionType}/childItems
- Get audit history for a form association
- Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/formassociations/history/sourceForm/{sourceFormId}
- Get 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
- 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 current status of a data element
- Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/dataelements/{dataelementId}
- Get the deleted data elements in a form
- Method: getPath:
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/subject/{subjectId}/visit/{visitId}/deleted/form/dataelements
- Update 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
- Update 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
- 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