# Generate Report Generates Reports (PROJECT, AUDIT, NOTICES, CUSTOM_REPORT) for a given projectId. For ALL Reports we need to provide the id of the report. All project users including Observer, Reviewer and Analyst can generate reports for private projects. Endpoint: POST /projects/{projectId}/reports/{reportId}/generate Version: v1 Security: bearerAuth ## Path parameters: - `projectId` (integer, required) ID of the Project Example: 1 - `reportId` (integer, required) ID of the Report that is to be generated Example: 1 ## Request fields (application/json): - `otherProjectId` (integer) otherProjectId Example: 1 - `options` (object) options ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields ## Response 503 fields