Get a report's details + steps (legacy GET /reports/details)
Requires permission: ReportAdmins
Returns the report detail and its steps for the report-setup editor. Port of the legacy v2 GetReportDetails endpoint. Steps are returned as the base ReportSteps shape (the Flutter ReportStepRequest extends it; entry-group/mark-grade-form fields default to null).
Query parameters
Response
Success - Got report details
Changes
Changed in 2 of the 22 revisions of this API.11
- ○
added the optional property
steps/items/entries/items/student/oneOf[Student]/academicHouseObject/oneOf[House]/dayto the response with the200statusresponse-optional-property-added
- ○
added the optional property
steps/items/entries/items/student/oneOf[Student]/boardingHouseObject/oneOf[House]/dayto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
steps/items/entries/items/student/oneOf[Student]/academicHouseObject/oneOf[House]/staff/items/staff/oneOf[StaffMember]/employeeIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
steps/items/entries/items/student/oneOf[Student]/academicHouseObject/oneOf[House]/staff/items/staff/oneOf[StaffMember]/schoolto the response with the200statusresponse-optional-property-added
- ○
added the optional property
steps/items/entries/items/student/oneOf[Student]/boardingHouseObject/oneOf[House]/staff/items/staff/oneOf[StaffMember]/employeeIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
steps/items/entries/items/student/oneOf[Student]/boardingHouseObject/oneOf[House]/staff/items/staff/oneOf[StaffMember]/schoolto the response with the200statusresponse-optional-property-added
- ○
added the optional property
steps/items/entries/items/student/oneOf[Student]/formObject/oneOf[Form]/staff/items/employeeIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
steps/items/entries/items/student/oneOf[Student]/formObject/oneOf[Form]/staff/items/schoolto the response with the200statusresponse-optional-property-added
- ○
added the optional property
steps/items/entries/items/student/oneOf[Student]/musicLessons/items/teacher/oneOf[StaffMember]/employeeIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
steps/items/entries/items/student/oneOf[Student]/musicLessons/items/teacher/oneOf[StaffMember]/schoolto the response with the200statusresponse-optional-property-added
- ○
added the optional property
steps/items/groupSelectionsJsonto the response with the200statusresponse-optional-property-added
- ○