GET /api/v3/report/exec/{specificReportId}

Run a report and download in the provided format

RunReportV3 Permissions: Reports (Run)

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
specificReportId The ID of the specific report to run integer (int32) Required

Query Parameters

Name Description Type Required
format The format in which the generated report should be downloaded. Supported options are [“excel”, “csv”, “pdf”, “word”] string Optional

Responses

200 OK The request succeeded and the response body contains the requested data.