GET api/v1/Study/{studyId}/Subject/{subjectId}/Visit
Gets all visits for specified study and subject
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
studyId |
Study identifier in GUID format |
globally unique identifier |
Required |
subjectId |
Subject identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OkNegotiatedContentResultOfIEnumerableOfVisitModelName | Description | Type | Additional information |
---|---|---|---|
Content | Collection of VisitModel |
None. |
|
ContentNegotiator | IContentNegotiator |
None. |
|
Request | HttpRequestMessage |
None. |
|
Formatters | Collection of MediaTypeFormatter |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.