> For the complete documentation index, see [llms.txt](https://guide.fariaedu.com/integrations-portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.fariaedu.com/integrations-portal/openapply/public-rest-apis/v3/files.md).

# Files

This page describes all the APIs relating to files

## GET /api/v3/students/{id}/files

> Get all Student's Files

```json
{"openapi":"3.0.1","info":{"title":"openapply","version":"3.0.0"},"tags":[{"name":"Files","description":"This page describes all the APIs relating to files"}],"servers":[{"url":"https://api.openapply.com","description":"CAN region auth server"},{"url":"https://api.openapply.cn","description":"CN region auth server"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"paths":{"/api/v3/students/{id}/files":{"get":{"summary":"Get all Student's Files","tags":["Files"],"operationId":"listStudentFiles","parameters":[{"name":"id","in":"path","required":true,"description":"Serial database ID used to refer to a unique student record in OpenApply","schema":{"type":"integer"}},{"name":"since_date","in":"query","required":false,"description":"Return results updated since the specified date, in UTC timezone","schema":{"type":"string","format":"date_time"}},{"name":"deleted_since","in":"query","required":false,"description":"Return records that have been soft deleted since the given date","schema":{"type":"string","format":"date_time"}},{"name":"date_uploaded","in":"query","schema":{"type":"string"}},{"name":"categories","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"successful","content":{"application/json":{}}}}}}}}
```
