メインコンテンツまでスキップ

List audit reports

GET 

/bv/analytics/v1/audit/reports

Lists available audit reports.

Request

Query Parameters

    start_date.year int32

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

    start_date.month int32

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

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

    end_date.year int32

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

    end_date.month int32

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

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

    page.items_per_page int32

    The number of items per page in the current pagination.

    page.current_page int32

    The current page in the current pagination.

    page.total_items int32

    Output only. The total numbers of the list in the current pagination.

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.

Responses

A successful response.

Schema
    dates object[]

    A list of audit report dates available for download.

  • Array [
  • 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.

  • ]
  • page object
    items_per_page int32

    The number of items per page in the current pagination.

    current_page int32

    The current page in the current pagination.

    total_items int32

    Output only. The total numbers of the list in the current pagination.

Loading...