Get Campaign Reports
GET {{baseUrl}}/campaigns/:id/reports
Use this API to fetch all reports for a certification campaign by campaign ID.
A token with ORGADMIN, CERTADMIN or REPORT_ADMIN authority is required to call this API.
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"}]