v1.0

get

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

Retrieves either the latest or the audit records for Source Data Verification (SDV) group.

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:
    1BC29B36F5D64B1B95F4BDBBCEA481BE
Query Parameters
  • Is Active records required: true/false.
    Example:
    true
  • Is Audit Data required: true/false.
    Example:
    false
  • Minimum Value: 0
    Maximum number of records to display per page.
    Example:
    25
  • Minimum Value: 0
    An order number to specify with which object you want to start retrieving result. If provided, you also need to specify a value for the limit parameter.
    Example:
    0
  • Order in which the response records will be returned It can be : asc or desc.
    Example:
    asc
  • ID of the Source Data Verification (SDV) group. The format is UUID, 32-character uppercase hexadecimal string.
    Example:
    1BC29B36F5D64B1B95F4BDBBCEA481BE

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 : SDVGroupInfoDTOv20
Type: object
Represents Source Data Verification (SDV) group information including audit and versioning details.
Show Source
  • Minimum Length: 0
    Maximum Length: 255
    Key for a configurable attribute associated with this SDV group. Values may be REMAINING_SUBJECTS_PERCENTAGE, REMAINING_SUBJECTS_SDV_TYPE, INITIAL_SUBJECTS_SDV_TYPE, INITIAL_SUBJECTS_COUNT.
    Example: INITIAL_SUBJECTS_COUNT
  • Minimum Length: 0
    Maximum Length: 2048
    Value for a configurable attribute associated with this SDV group. The acceptable values are - All Questions, Critical Questions Only or it can be a number like 30.
    Example: 50
  • Minimum Length: 0
    Maximum Length: 2048
    Comment
    Example: Configured for screening visits
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) for the SDV group info record.
    Example: 1BC29B36F5D64B1B95F4BDBBCEA481BE
  • 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: CREATED
  • Minimum Length: 0
    Maximum Length: 255
    Reason
    Example: Initial SDV strategy creation
  • ID of the Source Data Verification (SDV) group. The format is UUID, 32-character uppercase hexadecimal string.
    Example: 1BC29B36F5D64B1B95F4BDBBCEA481BE
  • Minimum Length: 0
    Maximum Length: 255
    Human readable name of the SDV group.
    Example: Screening Group
  • A number that represents an incremental increase every time a data point is modified.
    Example: 30
  • 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: 9F86D081884C7D659A2FEAA0C55AD015
  • The end date until which the data is applicable or valid.
    Example: 2023-06-01T09: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