Get IDs matching file filters
Returns all file manager identifiers matching the same search and filter parameters used by the file list.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Query parameters
filter[search]
Search file names and related records.
filter[file_type][]
File type values to include.
filter[created_by][]
Creator names to include.
filter[student_status][]
Student status titles to include.
filter[file_category][]
File category titles to include.
filter[created_at][from]
Lower created date bound.
filter[created_at][to]
Upper created date bound.
Response
Matching file identifiers.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

