跳到主要内容

Fetch audit report

POST 

/bv/analytics/v1/audit/reports:fetch

Fetches the audit report by specifying date.


Returns a 400/BadRequest error if the request is invalid. Returns a 404/NotFound error if the specified report is not found. Returns a 500/Internal Server Error error if any internal error occurs.

Request

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Body

required
    date objectrequired

    The date of the audit report to fetch.

    year int32

    Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

    month int32

    Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

    day int32

    Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

Responses

A successful response.

Schema
    url string

    The URL to download the audit report for the specified date.

Loading...