Get data elements by subject and event ID
get
/ec-dc-svc/rest/v1/studies/{studyId}/{mode}/subject/{subjectId}/event/{eventId}/dataelements/visitdata
Retrieves data elements by subject and event ID for a given study and mode.
Request
Path Parameters
-
eventId(required): string
ID of the visit.
-
mode(required): string
Mode of the study. Accepts test, active, or training.
-
studyId(required): string
ID of the study.
-
subjectId(required): string
ID of the subject.
Query Parameters
-
eventInstanceNum: integer(int32)
Instance of the visit.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Nested Schema : DataElementDto121
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
dataFlag: string
(uuid)
-
dateTimeValueUTC: string
(date-time)
-
dayValue: integer
-
eventId: string
-
eventInstanceNum: integer
-
floatValue: number
-
formId: string
-
formSectionId: string
-
formStatus: string
Allowed Values:
[ "NOT_STARTED", "COMPLETED", "COMPLETED_WITH_ERROR", "IN_PROGRESS", "INCOMPLETE_WITH_ERROR", "INCOMPLETE", "REMOVED" ]
-
freezedStatus: string
-
hourValue: integer
-
id: string
(uuid)
-
innerRepeat: integer
-
itemD: string
-
itemF: string
-
itemId: string
-
itemR: string
-
itemType: string
-
lockedDateTime: string
(date-time)
-
lockedStatus: string
-
measureUnit: string
Minimum Length:
0
Maximum Length:64
-
minuteValue: integer
-
monthValue: integer
-
normalizedUnitId: string
-
normalizedValue: string
Minimum Length:
0
Maximum Length:100
-
numValue: integer
-
objectVersionNumber: number
-
operationType: string
-
originatorId: string
-
outerRepeat: integer
-
parentId: string
-
propertyId: string
-
propertyVersionStart: string
(date-time)
-
reason: string
Minimum Length:
0
Maximum Length:255
-
repeatFormNumber: integer
-
repeatSequenceNumber: integer
-
rootId: string
-
secondValue: integer
-
signedStatus: string
-
siteId: string
-
softwareVersionNumber: number
-
sourceTimeStamp: string
(date-time)
-
studyId: string
-
studyName: string
Minimum Length:
0
Maximum Length:100
-
studyVersion(required): string
Minimum Length:
0
Maximum Length:100
-
subjectId: string
-
targets: array
targets
-
transactionEnd: string
(date-time)
-
transactionStart: string
(date-time)
-
userId: string
(uuid)
-
validationFailure: string
Minimum Length:
0
Maximum Length:32767
-
validationStatus: string
Minimum Length:
0
Maximum Length:25
-
value: string
Minimum Length:
0
Maximum Length:4000
-
variableId: string
-
vendorCode: string
Minimum Length:
0
Maximum Length:100
-
verifiedStatus: string
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)
-
yearValue: integer
Nested Schema : FormsAssociationsDto2
Type:
Show Source
object
-
associatedEventId: string
-
associatedEventInstanceNum: integer
(int32)
-
associatedFormId: string
-
associatedFormSectionId: string
-
associatedRepeatFormNumber: integer
-
associatedRepeatSequenceNumber: integer
-
associatedStudyVersion: string
-
comment: string
-
id: string
(uuid)
-
objectVersionNumber: number
-
reason: string
-
siteId: string
-
srcEventId: string
-
srcEventInstanceNum: integer
(int32)
-
srcFormId: string
-
srcFormSectionId: string
-
srcItemId: string
-
srcRepeatFormNumber: integer
-
srcRepeatSequenceNumber: integer
-
srcStudyVersion: string
-
subjectId: string
-
versionStart: string
(date-time)
400 Response
Bad request.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object