Files

This page describes all the APIs relating to files

Get all Student's Files

get
/api/v3/students/{id}/files
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired

Serial database ID used to refer to a unique student record in OpenApply

Query parameters
since_datestring · date_timeOptional

Return results updated since the specified date, in UTC timezone

Example: 2025-01-01T00:00:00Z
deleted_sincestring · date_timeOptional

Return records that have been soft deleted since the given date

Example: 2025-01-01T00:00:00Z
date_uploadedstringOptional
categoriesstringOptional
Responses
200

successful

application/json
get
/api/v3/students/{id}/files
200

successful

Last updated

Was this helpful?