Get Clinical Data which is part of ODMSubmit

get

/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/subjects/odmsubmit/clinicaldata/{subjectId}

Returns history for the specified subject as multiple subject records for each change that was made, including current details.
Rights: DataCaptureSubjectGet and SubjectDataClassificationGet.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Subjects success.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ClinicalData
Type: object
List of clinical data subjects/visits/logs.
Show Source
Example:
[
    {
        "subjectOID":"SUBJ1"
    }
]
Nested Schema : Annotations
Type: array
Show Source
Nested Schema : AuditRecords
Type: array
Show Source
Nested Schema : Signatures
Type: array
Show Source
Nested Schema : SubjectData
Type: array
Show Source
Nested Schema : Annotations
Type: object
Show Source
Nested Schema : Annotation
Type: array
Show Source
Nested Schema : Annotation
Type: object
Show Source
Nested Schema : Comment
Type: object
Annotation comment object
Show Source
Example:
{
    "value":"Requires follow-up"
}
Nested Schema : Flag
Type: object
Flags associated with this annotation
Show Source
Example:
[
    {
        "flagOID":"FLAG1"
    }
]
Nested Schema : FlagType
Type: object
Show Source
Nested Schema : FlagValue
Type: object
Show Source
Nested Schema : AuditRecords
Type: object
Show Source
Nested Schema : AuditRecord
Type: array
Show Source
Nested Schema : AuditRecord
Type: object
Show Source
Nested Schema : DateTimeStamp
Type: object
Timestamp of signing
Show Source
Example:
{
    "value":"2025-10-27T10:00:00Z"
}
Nested Schema : LocationRef
Type: object
Reference to a study/site location for an ODM User.
Show Source
Example:
{
    "locationOID":"LOC101"
}
Nested Schema : ReasonForChange
Type: object
Reason for data change
Show Source
Example:
{
    "value":"Correction"
}
Nested Schema : SourceID
Type: object
Source identifier
Show Source
Example:
{
    "value":"SYS"
}
Nested Schema : UserRef
Type: object
Reference to user
Show Source
Example:
{
    "userOID":"USER123"
}
Nested Schema : Signatures
Type: object
Show Source
Nested Schema : Signature
Type: array
Show Source
Nested Schema : Signature
Type: object
Show Source
Nested Schema : CryptoBindingManifest
Type: object
Crypto binding manifest details
Show Source
Example:
{
    "manifestID":"CBM1"
}
Nested Schema : SignatureRef
Type: object
Reference to signature
Show Source
Example:
{
    "refID":"SIGREF1"
}
Nested Schema : SubjectData
Type: object
Show Source
Nested Schema : Annotation
Type: array
Show Source
Nested Schema : InvestigatorRef
Type: object
Show Source
Nested Schema : SiteRef
Type: object
Show Source
Nested Schema : StudyEventData
Type: array
Show Source
Nested Schema : SubjectHistory
Type: array
Show Source
Nested Schema : TransferData
Type: array
Show Source
Nested Schema : StudyEventData
Type: object
Show Source
Nested Schema : Annotation
Type: array
Show Source
Nested Schema : EventHistory
Type: array
Show Source
Nested Schema : FormData
Type: array
Show Source
Nested Schema : RepeatingFormSummary
Type: object
Show Source
Nested Schema : History
Type: object
Show Source
Nested Schema : details
Type: array
Show Source
Nested Schema : FormData
Type: object
Show Source
Nested Schema : Annotation
Type: array
Show Source
Nested Schema : ArchiveLayoutRef
Type: object
Show Source
Nested Schema : ItemGroupData
Type: array
Show Source
Nested Schema : ItemGroupData
Type: object
Show Source
Nested Schema : Annotation
Type: object
Annotations for the item group
Show Source
Example:
[
    {
        "annotationOID":"AN1"
    }
]
Nested Schema : Items
Type: object
Contained item data list
Show Source
Example:
[
    {
        "itemOID":"ITM1"
    }
]
Nested Schema : Flag
Type: object
Flags associated with this annotation
Show Source
Example:
[
    {
        "flagOID":"FLAG1"
    }
]
Nested Schema : Annotation
Type: object
Annotations for this item
Show Source
Example:
[
    {
        "id":"AN1"
    }
]
Nested Schema : MeasurementUnitRef
Type: object
Measurement unit reference
Show Source
Example:
{
    "measurementUnitOID":"U1"
}
Nested Schema : Flag
Type: object
Flags associated with this annotation
Show Source
Example:
[
    {
        "flagOID":"FLAG1"
    }
]
Nested Schema : RepeatingFormData
Type: array
Show Source
Nested Schema : RepeatingFormData
Type: object
Show Source
Nested Schema : FormHeader
Type: array
Show Source
Nested Schema : Row
Type: array
Show Source
Nested Schema : FormHeader
Type: object
Show Source
Nested Schema : Row
Type: object
Show Source
Nested Schema : AssociatedFormList
Type: array
Show Source
Nested Schema : Item
Type: array
Show Source
Nested Schema : AssociatedFormList
Type: object
Show Source
Nested Schema : AuditTrail
Type: array
Show Source
Nested Schema : AuditTrail
Type: object
Show Source
Nested Schema : Item
Type: object
Show Source
Nested Schema : TransferData
Type: object
Show Source
Back to Top