---
title: "Get subject visit collection."
method: GET
path: "/api/study/{studyId}/subject/{subjectId}/visit"
tags: ["DataEntry"]
---

# Get subject visit collection.

`GET /api/study/{studyId}/subject/{subjectId}/visit`

## Path parameters

- `studyId` string, uuid, required — Study identifier
- `subjectId` string, uuid, required — Subject identifier

## Response `200`

Success

- SubjectVisitResponseIEnumerableEventResultWithResponse
  - `processedSuccessfully` boolean
  - `processMessage` string, nullable
  - `response` SubjectVisitResponse[], nullable
    - `collectionPointId` string, uuid, nullable
    - `dataEntered` boolean
    - `formId` string, uuid, nullable
    - `formName` string, nullable
    - `formSequenceNumber` integer, nullable
    - `isMonitored` boolean, nullable
    - `locked` boolean
    - `siteName` string, nullable
    - `status` string, nullable
    - `subjectId` string, uuid, nullable
    - `subjectName` string, nullable
    - `visitGroupName` string, nullable
    - `visitId` string, uuid, nullable
    - `visitName` string, nullable
    - `visitSequenceNumber` integer, nullable

---

[API](https://skmtc.net/medrio/apis/medrio-openapi-v-42-14-0-201.md) · [All operations](https://skmtc.net/medrio/apis/medrio-openapi-v-42-14-0-201/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/medrio/medrio-openapi-v-42-14-0-201/revisions/df94f6005a8d/schema)
