Governance
List a framework's per-project compliance
Get a compliance roll-up for a framework, one row per project it applies to.
Each row counts the project’s rule results by status, so you can report on where a framework is complete and where it is not without fetching every individual rule result.
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.
Path Parameters
The framework id.
Query Parameters
The page to return in a paginated query.
Required range:
x >= 1Maximum number of items to return per page.
Required range:
1 <= x <= 100Whether to sort in ascending order.
The column to sort on.
Available options:
projectName, total, overallCompletion, totalPassing, totalFailing, totalSkipped, totalRunning, totalError, totalPending, totalDueSoon Response
Status OK.