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
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
  • Object version number used for concurrency control.
    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
  • Software version number used when the record was generated.
    Example: 30
  • Unique Identifier (UUID, 32-character uppercase hexadecimal string) of the user
    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
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
  • details
    Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
  • Application or business-specific error code representing the error type.
    Example: REPT_401
  • Human-readable error message describing the failure or issue.
    Example: Unauthorized: User does not have access to the requested resource
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
Example:
User role is missing required permission REPORTING_VIEW. Field: userId
Back to Top