v1.0 REST Endpoints
Data Integration/Data Elements/v1.0
The operations from the Data Integration/Data Elements/v1.0 category.
- Get data element records for subject inserted or updated after visit completion for a given date range
- Method: getPath:
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/dataelements/subjectId/{subjectId}
- Get data elements by form ID, Subject ID, Event ID and Vendor code
- Method: getPath:
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/forms/{formId}/subjects/{subjectId}/events/{eventId}/vendorCode/{vendorCode}/dataelements/withvendorcode
- Get data elements for a list of items by subject ID
- Method: getPath:
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/dataelements/subjects/{subjectId}/items
- Get data elements for a visit and form combination
- Method: getPath:
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/forms/{formId}/subjects/{subjectId}/dataelements
- Get data elements for one or multiple subjects and their visits
- Method: getPath:
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/dataelements
- Get data elements history with pagination
- Method: getPath:
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/dataelements/all
- Get data elements that have been deleted
- Method: getPath:
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/subject/{subjectId}/visit/{visitId}/deleted/dataelements
- Get document details for a Subject
- Method: getPath:
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/dataElements/subjects/{subjectId}/documentDetails
- Get form associations by study ID
- Method: getPath:
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/formassociations
- Get Form Statuses for list of event/form ids
- Method: putPath:
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/subject/{subjectId}/formStatus
- Get latest/audit records for Source Data Verification group
- Method: getPath:
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/sdvGroup
- Get the audit history for a data element with sign/verify history
- Method: getPath:
/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/dataelements/history/{dataElementId}