Get Campaign Reports
GET {{baseUrl}}/campaigns/:id/reports
Use this API to fetch all reports for a certification campaign by campaign ID. Calling this endpoint requires roles of CERTADMIN, DASHBOARD, ORGADMIN and REPORT_ADMIN.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"type":"REPORT_RESULT","name":"Campaign Composition Report","status":"SUCCESS","reportType":"CAMPAIGN_COMPOSITION_REPORT","lastRunAt":"2019-12-19T13:49:37.385Z"},{"type":"REPORT_RESULT","name":"Campaign Composition Report","status":"SUCCESS","reportType":"CAMPAIGN_COMPOSITION_REPORT","lastRunAt":"2019-12-19T13:49:37.385Z"}]