Twilio.Events.V1.SchemaService (twilio_elixir v0.1.1)

Copy Markdown View Source

Versioned Schema definitions for Event Types

Operations: fetch

Summary

Functions

Fetch a specific schema with its nested versions.

Functions

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

@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Events.V1.Schema.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Fetch a specific schema with its nested versions.

Operation: FetchSchema | Tags: EventsV1Schema