[Deprecated]: Get audit history records for the given visit status ID
get
/ec-dc-svc/rest/v5.0/studies/{studyId}/{mode}/visitstatus/history/{visitsStatusId}
Deprecated: Retrieves the audit history records of the visit statuses for the given visit ID. This API also provides unscheduled events in response. API has been deprecated and moved to DIS (Data Integration Service), Path: /ec-dataintegration-svc/rest/v1.0/studies/{studyId}/{mode}/visitstatus/history/{visitsStatusId}
Request
Path Parameters
-
visitsStatusId(required): string(uuid)
Visit ID for which you want to retrieve the history.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Subjects success.
Nested Schema : VisitsStatus
Type:
Show Source
object-
associatedStudyVersion: string
Minimum Length:
0Maximum Length:100 -
comment: string
Minimum Length:
0Maximum Length:2048 -
display: string
-
doseHoldAction: string
-
dynamicAllCycles: string
-
eventId: string
-
eventInstanceNum: integer
(int32)
-
eventType: string
-
freezedStatus: string
-
id: string
(uuid)
-
leadingDataelementId: string
-
lockedDateTime: string
(date-time)
-
lockedStatus: string
-
operationType: string
Minimum Length:
1Maximum Length:16 -
reason: string
Minimum Length:
0Maximum Length:255 -
repeatingFormCount: number
-
scheduledDate: string
(date-time)
-
scheduledEndDate: string
(date-time)
-
scheduledFromEventGUID: string
-
scheduledStartDate: string
(date-time)
-
scheduledWindowEndDate: string
(date-time)
-
scheduledWindowStartDate: string
(date-time)
-
signedStatus: string
-
siteId: string
-
studyVersion(required): string
Minimum Length:
0Maximum Length:100 -
subjectId: string
-
userId: string
(uuid)
-
verifiedStatus: string
-
versionStart: string
(date-time)
-
visitAction: string
-
visitStartDate: string
(date-time)
-
visitStartDateLockedDateTime: string
(date-time)
-
visitStartDateLockedStatus: string
-
visitStatus: string
-
visitType: string
-
visitWindowWarning: string
400 Response
Bad request.
Root Schema : DcsResponse
Type:
Show Source
object-
errorData: object
ErrorResponseData
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
-
result: object
result
-
status: string
-
version: integer
(int32)
Nested Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: string
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 -
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
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