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