Skip to main content

Download custom violation report

GET 

/sod-violation-report/:reportResultId/download/:fileName

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

This allows to download a specified named violation report for a given report reference. Requires role of ORG_ADMIN.

Request

Path Parameters

    reportResultId stringrequired

    The ID of the report reference to download.

    Example: ef38f94347e94562b5bb8424a56397d8
    fileName stringrequired

    Custom Name for the file.

    Example: custom-name

Responses

Returns the zip file with given custom name that contains the violation report file.

Schema

    string

Loading...