[Deprecated]: V6.0
get
/ec-dc-svc/rest/v6.0/studies/{studyId}/{mode}/visitstatus
Deprecated: Retrieves the list of visit statuses for a visit. If the event ID is null, then it lists all the visit statuses records for a subject.This API also provides unscheduled events details.
Request
Path Parameters
-
mode(required): string
Mode of the study. Accepts test, active, or training.
-
studyId(required): string
ID of the study for which you want to get the list of subjects.
Query Parameters
-
eventId(required): string
Visit ID for Designer.
-
eventInstanceNumber: integer(int32)
Unscheduled event instance number.
-
subjectId(required): string
Subject ID.
-
updateStatus: boolean
Reevaluates the visit status with the current design, if set to true.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Subjects success.
Nested Schema : result
Type:
objectNested Schema : details
Type:
objectExamples
400 Response
Bad request.
Nested Schema : result
Type:
objectNested Schema : details
Type:
objectExamples