V1.0
get
/ec-dc-svc/rest/v1/studies/{studyId}/{mode}/dataelements/formassociations/history/sourceForm/{sourceFormId}
Retrieves the audit history for a form association.
Request
Path Parameters
-
mode(required): string
Indicates the operational mode of the study. Accepted values: active, test, or training.Example:
active -
sourceFormId(required): string(uuid)
ID of the Source Form. The format should be UUID, 32-character uppercase hexadecimal stringExample:
9FCBB303F8D24A3FB7DABCACF7600629 -
studyId(required): string(uuid)
Unique identifier of the study. Uses UUID in a 32-character uppercase hexadecimal string format.Example:
9FCBB303F8D24A3FB7DABCACF7600629
Query Parameters
-
associatedFormId: string(uuid)
ID of the Associated Form. The format should be UUID, 32-character uppercase hexadecimal stringExample:
9FCBB303F8D24A3FB7DABCACF7600629 -
eventId(required): string(uuid)
Unique identifier(UUID, 32-character uppercase hexadecimal string) of the clinical event. A clinical event can be, for example: Screening, Randomization, Visit 1, etc. Uses UUID in a 32-character uppercase hexadecimal string format.Example:
9FCBB303F8D24A3FB7DABCACF7600629 -
eventInstanceNum: integer(int32)
Numeric value representing the instance number of the event. Used for repeated or unscheduled visits (e.g., 1, 2, 3). It is null for scheduled events.Example:
1 -
sourceRepeatSequenceNumber: integer(int32)
Repeat Sequence Number of Source Form. The format should be UUID, 32-character uppercase hexadecimal stringExample:
1 -
subjectId(required): string(uuid)
Unique identifier of the subject. Used to represent a participant enrolled in a study. Uses UUID in a 32-character uppercase hexadecimal string format.Example:
9FCBB303F8D24A3FB7DABCACF7600629
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Root Schema : schema
Type:
Show Source
array-
Array of:
object FormsAssociations
Association between a source form and an associated form, including repeat and study version context
Nested Schema : FormsAssociations
Type:
objectAssociation between a source form and an associated form, including repeat and study version context
Show Source
-
associatedEventId: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) of the clinical event. A clinical event can be, for example: Screening, Randomization, Visit 1, etc. Uses UUID in a 32-character uppercase hexadecimal string format.Example:
5D3AA89CE2B04729A1F1C7E62D9F44B2 -
associatedEventInstanceNum: integer
(int32)
Numeric value representing the instance number of the event. Used for repeated or unscheduled visits (e.g., 1, 2, 3). It is null for scheduled events.Example:
1 -
associatedFormId: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical form.Example:
8AA41F6E5D9B4F1A94E3C7B22A6610EF -
associatedFormSectionId: string
Unique identifier of the table within a two section form or lab form. Uses UUID in a 32-character uppercase hexadecimal string format.Example:
C6E0C7D5A1F3428C8B8B6A77C5E9D4AB -
associatedRepeatFormNumber: integer
(int32)
Represents the ordinal number assigned to a repeated instance of a data collection form. It uniquely identifies each occurrence of a repeating form for a subject when multiple instances of the form.Example:
1 -
associatedRepeatSequenceNumber: integer
(int32)
Indicates the order of occurrence for a repeating form instance, used to distinguish between multiple repetitions of the same form.Example:
1 -
associatedStudyVersion(required): string
Minimum Length:
0Maximum Length:100String representing the version of the study. Helps track changes in form or study design.Example:1.0.0.3 -
comment: string
Minimum Length:
0Maximum Length:2048Comment regarding the last change made to the entity.Example:Imported via migration tool. -
id: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the recordExample:
2F3C8B1BFE784C7E86E0B29899B13E3D -
operationType: string
Minimum Length:
1Maximum Length:16Operation type on the record, can have values CREATED, MODIFIED or REMOVEDExample:REMOVED -
reason: string
Minimum Length:
0Maximum Length:255Reason for the entity creation or latest modification.Example:Initial import. -
siteId: string
Unique identifier of the site. Uses UUID in a 32-character uppercase hexadecimal string format.Example:
9B7A13D4C2F84E1AA6D2E3F9BC18A457 -
srcEventId: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) of the clinical event. A clinical event can be, for example: Screening, Randomization, Visit 1, etc. Uses UUID in a 32-character uppercase hexadecimal string format.Example:
5D3AA89CE2B04729A1F1C7E62D9F44B2 -
srcEventInstanceNum: integer
(int32)
Numeric value representing the instance number of the event. Used for repeated or unscheduled visits (e.g., 1, 2, 3). It is null for scheduled events.Example:
1 -
srcFormId: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical form.Example:
C41E8B2D73A54F0C9AFE22D6A1138B90 -
srcFormSectionId: string
Unique identifier of the table within a two section form or lab form. Uses UUID in a 32-character uppercase hexadecimal string format.Example:
B6E0C7D5A1F3428C8B8B6A77C5E9D4AA -
srcItemId: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) of the question within a form. This ID corresponds to the reference code set by the study designer when creating or updating a form question in draft mode.Example:
E2C77AB91F58443DB89A1D99F2F44C33 -
srcRepeatFormNumber: integer
(int32)
Represents the ordinal number assigned to a repeated instance of a data collection form. It uniquely identifies each occurrence of a repeating form for a subject when multiple instances of the form.Example:
1 -
srcRepeatSequenceNumber: integer
(int32)
Indicates the order of occurrence for a repeating form instance, used to distinguish between multiple repetitions of the same form.Example:
1 -
srcStudyVersion(required): string
Minimum Length:
0Maximum Length:100String representing the version of the study. Helps track changes in form or study design.Example:1.0.0.3 -
subjectId: string
Unique identifier of the subject. Used to represent a participant enrolled in a study. Uses UUID in a 32-character uppercase hexadecimal string format.Example:
A13F9C2E7B1D4F0A92CE31A4B6D9E8F1 -
validationFailure: string
Validation failure details, if anyExample:
Target form not found -
validationStatus: string
Validation status for the associationExample:
SUCCESS
Examples
400 Response
Bad request.
Nested Schema : result
Type:
objectNested Schema : details
Type:
object