v1.0

get

/ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/subjecttransfers

The API endpoint is designed to fetch all subject transfers for a given study, as indicated by the studyId path parameter.

Request

Path Parameters
  • Indicates the operational mode of the study. Accepted values: active, test, or training.
    Example:
    active
  • Unique identifier of the study. Uses UUID in a 32-character uppercase hexadecimal string format.
    Example:
    A1B2C3D4E5F647839ABCDEF012345678

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : SubjectNumberTransferDto
Type: object
Show Source
  • Additional comment or note about the transfer.
    Example: Automated renumber after transfer
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the clinical site the subject is transferred from.
    Example: 938D23FA6B7241CCA41BD627E5DB60DA
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the subject number transfer record.
    Example: 1BC29B36F5D64B1B95F4BDBBCEA481BE
  • New subject number after transfer or renumbering.
    Example: SUBJ-0001-NEW
  • Audit trail field that represents the version number of the data.
    Example: 1
  • Operation type on the record, can have values CREATED, MODIFIED or REMOVED
    Example: MODIFIED
  • Randomization number assigned to the subject if applicable.
    Example: R-000123
  • Reason for the subject number transfer.
    Example: Site change
  • A number that represents an incremental increase every time a data point is modified.
    Example: 300
  • 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: 42CE52A1AF9A48EBABA25A361F6EC0FE
  • Unique subject Number representing the patient/participant enrolled in the study.
    Example: SUBJ-0001
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the clinical site the subject is transferred to.
    Example: 699EF3745FC545589F186D2198F3C65E
  • Unique user identifier representing the clinicalone user who modified or interacted with the subject record. Uses UUID in a 32-character uppercase hexadecimal string format.
    Example: 225B79C982104415886DE02BC73C1E1E
  • The end date until which the data is applicable or valid.
    Example: 2023-01-01T10:00:00Z
  • The timestamp marking the beginning of the validity period for this record version within the system.
    Example: 2023-01-01T09:00:00Z
Examples

400 Response

Bad request.
Body ()
Root Schema : RestResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Back to Top