Skip to main content

Get Campaign Reports

GET 

/campaigns/:id/reports

Use this API to fetch all reports for a certification campaign by campaign ID.

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 whose 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 (string)

    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...