GET restapi/personal/assignments/{elementId}/files/{fileId}/v1
Download a file attached to an assignment. The user must have read access to the assignment. The client must follow the redirect to get the file.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| elementId |
The elementId for the assignment, unique in scope of a customer. |
integer |
Required |
| fileId |
The fileId connected to the requested assignment. |
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.