[Deprecated]: V2.0

post

/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/visit/verify/history

Deprecated: Retrieves the latest audit records for Source Data Verification with site information where visit was completed. API has been deprecated and moved to DIS (Data Integration Service), Path: /ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/visit/verify/history

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Request to fetch visit verify history for specified subjects within a date range. Dates must be provided in dd-MMM-yyyy format (Example- 01-Jan-2023).
Show Source
Nested Schema : subjects
Type: array
List of subject unique identifiers in UUID, 32-character uppercase hexadecimal string format to filter by
Show Source
  • List of subject unique identifiers in UUID, 32-character uppercase hexadecimal string format to filter by
Example:
[
    "5D5F9311C591424F852B99FD902E98A4",
    "6D5F9311C591424F852B99FD902E98A4"
]
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : DcsResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Back to Top