Retrieves VisitDate for particular subejctID and VisitID

get

/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/subjects/{subjectId}/visits/{visitId}/status

Get visitDate for completed visits , null for visits not completed

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : SubjectVisitsStatusResponse
Type: object
Show Source
Nested Schema : subjects
Type: array
Show Source
Nested Schema : SubjectVisitsDto
Type: object
Show Source
Nested Schema : visits
Type: array
Show Source
Nested Schema : VisitsStatusDto2
Type: object
Show Source

400 Response

Invalid Search criteria
Body ()
Root Schema : ORSResponse
Type: object
Common response object.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Result Object
Nested Schema : details
Type: object

500 Response

Internal server error
Body ()
Root Schema : ORSResponse
Type: object
Common response object.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Result Object
Nested Schema : details
Type: object
Back to Top