GET restapi/personal/assignments/{elementId}/answers/{answerId}/assessments/files/{fileId}/v1
Download the file attached to the assignment answer feedback.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| elementId |
Assignment element ID. |
integer |
Required |
| answerId |
Answer the assessment is related to. |
integer |
Required |
| fileId |
ID of the required file. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
a Redirect (302) to the file download URL, or 404 if file not found
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.