New APIs

The following new REST APIs were added in this release:

New APIs in this Release

Resource

API Endpoint

Method

Description

Project

/projects/{projectId}/reports/{reportId}/download?taskId={taskId}

GET

One of two new APIs replacing /project/generateReport (which also downloaded reports). The API requires the task ID of the generated report as parameter to download the report.

/projects/{projectId}/reports/{reportId}/generate

POST

One of two new APIs replacing /project/generateReport. The API response is a task ID used as download the report (see the previous table row). This new API generates reports sequentially to avoid out-of-memory issues.