v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Reports

Export project Attribution report asynchronously (Dependencies - SCA)

Generates a Dependencies Attribution report for the specified project asynchronously. Supported formats: JSON, HTML, TEXT.

post/api/v3.0/projects/{projectUuid}/dependencies/reports/attribution

Path parameters

projectUuidstring required

UUID of the project

Request body

namestring
format'json' | 'html' | 'text'

Output file format. The Attribution report supports json, html and text.

sendEmailNotificationboolean
licensesstring[]
primaryAttributestring
librarystring
groupBystring
headerstring
titlestring
footerstring
licenseReferencestring
licenseTextPlacementstring
selectedColumnsstring[]
customAttributestring
includeSummaryboolean
includeVersionboolean
hideEmptyFieldsboolean
groupByOrDefaultstring
licenseReferenceOrDefaultstring
licenseTextPlacementOrDefaultstring
selectedColumnsOrDefaultStringstring

Example request

{
  "format": "json"
}

Response

OK

supportTokenstring

Example response

{
  "supportToken": "1171c60d"
}