Skip to main content

Run Campaign Report

POST 

/campaigns/:id/run-report/:type

Use this API to run a report for a certification campaign.

A token with ORG_ADMIN, CERT_ADMIN or REPORT_ADMIN authority is required to call this API.

Request

Path Parameters

    id stringrequired

    ID of the campaign the report is being run for.

    type ReportTyperequired

    Possible values: [CAMPAIGN_COMPOSITION_REPORT, CAMPAIGN_REMEDIATION_STATUS_REPORT, CAMPAIGN_STATUS_REPORT, CERTIFICATION_SIGNOFF_REPORT]

    Type of the report to run.

Responses

Accepted - Returned if the request was successfully accepted into the system.

Schema

    object

Loading...