client.reports.post_refresh

A method of the Reports endpoint.

post_refresh(id: int) Response

Refresh the data in this Tableau report

API URL: POST /reports/{id}/refresh

import civis
client = civis.APIClient()
response = client.reports.post_refresh(...)
Parameters:
idint

The ID of this report.

Returns:
civis.Response
  • idint

    The ID of this report.

  • tableau_refresh_job_idstr

    The Tableau extract refresh job ID. Use with GET /reports/:id/refresh/:job_id to poll status.

  • organizationcivis.Response
    • idint

      The ID of this organization.

    • tableau_refresh_usageint

      The number of tableau refreshes used this month.

    • tableau_refresh_limitint

      The number of monthly tableau refreshes permitted to this organization.

    • tableau_refresh_historyList[civis.Response]

      The number of tableau refreshes used this month.