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: get
Path: /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: get
Path: /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: get
Path: /ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/dataelements/subjects/{subjectId}/items
Get data elements for a visit and form combination
Method: get
Path: /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: get
Path: /ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/dataelements
Get data elements history with pagination
Method: get
Path: /ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/dataelements/all
Get data elements that have been deleted
Method: get
Path: /ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/subject/{subjectId}/visit/{visitId}/deleted/dataelements
Get form associations by study ID
Method: get
Path: /ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/formassociations
Get Form Statuses for list of event/form ids
Method: put
Path: /ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/subject/{subjectId}/formStatus
Get latest/audit records for Source Data Verification group
Method: get
Path: /ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/sdvGroup
Get the audit history for a data element with sign/verify history
Method: get
Path: /ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/dataelements/history/{dataElementId}