GET api/v2/Study/{studyId}/Files?fileName={fileName}
Get Text On Form files. Returns the files.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studyId |
Study ID |
globally unique identifier |
Required |
| fileName |
File Name with extension |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Ok, NoContent
HttpResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| HeadersWritten | boolean |
None. |
|
| SupportsAsyncFlush | boolean |
None. |
|
| Cookies | Collection of Object |
None. |
|
| Headers | Dictionary of string [key] and string [value] |
None. |
|
| StatusCode | integer |
None. |
|
| SubStatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
|
| TrySkipIisCustomErrors | boolean |
None. |
|
| SuppressFormsAuthenticationRedirect | boolean |
None. |
|
| SuppressDefaultCacheControlHeader | boolean |
None. |
|
| BufferOutput | boolean |
None. |
|
| ContentType | string |
None. |
|
| Charset | string |
None. |
|
| ContentEncoding | Encoding |
None. |
|
| HeaderEncoding | Encoding |
None. |
|
| Cache | HttpCachePolicy |
None. |
|
| IsClientConnected | boolean |
None. |
|
| ClientDisconnectedToken | CancellationToken |
None. |
|
| IsRequestBeingRedirected | boolean |
None. |
|
| RedirectLocation | string |
None. |
|
| Output | TextWriter |
None. |
|
| OutputStream | Stream |
None. |
|
| Filter | Stream |
None. |
|
| SuppressContent | boolean |
None. |
|
| Status | string |
None. |
|
| Buffer | boolean |
None. |
|
| Expires | integer |
None. |
|
| ExpiresAbsolute | date |
None. |
|
| CacheControl | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.