POST /api/v3/report/install/latest

InstallReportsV3 Permissions: ReportAdministrator (Manage)

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, including the request body.

Responses

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

Response Body Parameters

OkResult
Property Description Type
statusCode integer (int32)
Example Response application/json
{  "statusCode": 1
}
400 Bad Request The request was malformed or contains invalid parameters. Check the request body and query parameters.

Response Body Parameters

IActionResult
Example Response application/json
{}