Reports

Generates a report for the given project id

Securitybearer
Request
path Parameters
businessUnitId
required
string

The id of the requested business unit

projectId
required
string

The id of the requested project

Request Body schema: application/json
required

The optional settings for the report

hiddenProjectFields
Array of strings or null
hiddenEstimateColumns
Array of strings or null
(ReportSettings (object or null))
Responses
post/api/v1/businessUnits/{businessUnitId}/reports/projects/{projectId}/projectDetails
Request samples
application/json
{
  • "hiddenProjectFields": [
    ],
  • "hiddenEstimateColumns": [
    ],
  • "settings": {
    }
}