Skip to main content

Run Campaign Report

POST 

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

deprecated

Use this API to run a report for a certification campaign. Though this Beta endpoint has been deprecated, you can find its V3 equivalent here. Calling this endpoint requires the following roles: CERT_ADMIN, DASHBOARD, ORG_ADMIN and REPORT_ADMIN.

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 report to run.

Responses

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

Schema

    object

Loading...