Twilio.Insights.V2.Voice.ReportService (twilio_elixir v0.1.3)

Copy Markdown View Source

Service for Report API operations.

Operations: fetch

Summary

Functions

Get Account Level Report for the given Report Id.

Functions

fetch(client, sid, opts \\ [])

@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Insights.V2.Voice.Report.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Get Account Level Report for the given Report Id.

Operation: FetchAccountReport | Tags: InsightsV1GetAccountReport