Skip to main content

Download custom violation report

GET 

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

This allows to download a specified named violation report for a given report reference.

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...