Generate a list or label file
Generates the selected school list or label template. Successful generation returns a downloadable PDF/XLSX file with Content-Disposition; service failures are returned as a JSON error envelope.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
filters
Selection and filtering payload consumed by ListLabelsService.
layout
Output layout options such as label size
id
template_type_id
academic_year_id
columns
html
Response headers
Content-Disposition
Attachment filename
Response
Generated file download
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

