Skip to main content

Get Campaign Reports

GET 

/campaigns/:id/reports

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Fetches all reports for a certification campaign by campaign ID. Requires roles of CERT_ADMIN, DASHBOARD, ORG_ADMIN and REPORT_ADMIN

Request

Path Parameters

    id stringrequired

    The ID of the campaign for which reports are being fetched.

Responses

Array of campaign report objects.

Schema
  • Array [
  • type string

    Possible values: [REPORT_RESULT]

    SOD policy violation report result DTO type.

    id string

    SOD policy violation report result ID.

    name string

    Human-readable name of the SOD policy violation report result.

    status string

    Possible values: [SUCCESS, WARNING, ERROR, TERMINATED, TEMP_ERROR, PENDING]

    Status of a SOD policy violation report.

    reportType ReportType

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

    type of a Report

    lastRunAt date-time

    The most recent date and time this report was run

  • ]
Loading...