Create a report-card ZIP download

Archives approved report-card files for the selected batch and students, stores the temporary ZIP, and returns a private URL valid for 15 minutes.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
report_card_batch_idintegerRequired
student_idslist of integersRequired
printedboolean or nullOptional
email_sentboolean or nullOptional
sort_byenum or nullOptional
Allowed values:
sort_directionenum or nullOptional
Allowed values:

Response

ZIP metadata and a temporary private download URL.
statusstring
messagestring
dataobject

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error