Get list of visits status for subjects
post
/ec-dc-svc/rest/v16.0/studies/{studyId}/{mode}/visitstatus/subjects
Retrieves a list of visit status for subjects. Includes the visit action in subject scheduled visits.
Request
Path Parameters
-
studyId(required): string
ID of the study for which you want to get the list of subjects.
Query Parameters
-
cycleCountToDate: string(date-time)
In case of future visits if this is specified it would include the cycles instances till this date. This is useful in case of infinite cycle count as the default only returns the next cycle visit.
-
nextVisitOnly: boolean
This is to specify to return only the next visit else this would return future visits as well.
-
notStarted: boolean
If this is set then non started visits would be included in the response.
-
signVerifyStatus(required): string
Status of Sign / Verify.Default Value:
ALL
-
siteId: string
This is the site for which the subjects and their schedule needs to be computed.
-
siteStudyVersion: string
This is the site study version for which the visit schedule needs to be calculated.
-
view: string
This can take value as dmview and is added for Data Management subject and visit listing page
Supported Media Types
- application/json
Response
Supported Media Types
- application/json
200 Response
Success
Nested Schema : SubjectVisitsDto12
Type:
Show Source
object
-
canBeCompleted: boolean
-
canBeReplaced: boolean
-
canBeUndoWithdrawn: boolean
-
crntStateStudyVrsn: string
-
ehrLinkStatus: number
-
freezedStatus: string
-
lastSigned: string
-
lockedInStudyVersion: string
-
lockedStatus: string
-
replaceRand: string
-
scheduledVisits: array
scheduledVisits
-
signedStatus: string
-
studyCompletionDate: string
(date-time)
-
subjectId: string
-
verifiedStatus: string
-
visits: array
visits
-
withdrawalDate: string
(date-time)
Nested Schema : VisitsStatusDto14
Type:
Show Source
object
-
associatedStudyVersion: string
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
doseHoldAction: string
-
eventId: string
-
eventInstanceNum: integer
(int32)
-
eventType: string
-
freezedStatus: string
-
id: string
(uuid)
-
lockedDateTime: string
(date-time)
-
lockedStatus: string
-
objectVersionNumber: number
-
operationType: string
-
reason: string
Minimum Length:
0
Maximum Length:255
-
repeatingFormCount: number
-
scheduledWindowEndDate: string
(date-time)
-
scheduledWindowStartDate: string
(date-time)
-
signedStatus: string
-
siteId: string
-
softwareVersionNumber: number
-
studyVersion(required): string
Minimum Length:
0
Maximum Length:100
-
subjectId: string
-
unResolvedQueries: integer
(int32)
-
userId: string
(uuid)
-
verifiedStatus: string
-
versionEnd: string
(date-time)
-
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.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object