Twilio.Memory.V1.Store.Profile.Observation.RevisionService
(twilio_elixir v0.1.3)
Copy Markdown
View Source
Service for Revision API operations.
Operations: list
Summary
Functions
Stream: Retrieve a chronologically ordered list of all past revisions of a specific observation by its ID. Revisions represent the complete history of updates and modifications made to an observation, with each revision capturing the full state at the time of change. Revisions are sorted by update time in descending order (newest first), allowing you to track how an observation has evolved through updates over time. (lazy auto-pagination).
Functions
@spec list(Twilio.Client.t(), String.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
Retrieve a chronologically ordered list of all past revisions of a specific observation by its ID. Revisions represent the complete history of updates and modifications made to an observation, with each revision capturing the full state at the time of change. Revisions are sorted by update time in descending order (newest first), allowing you to track how an observation has evolved through updates over time.
Operation: ListObservationRevisions | Tags: Observations
@spec stream(Twilio.Client.t(), String.t(), String.t(), String.t(), map(), keyword()) :: Enumerable.t()
Stream: Retrieve a chronologically ordered list of all past revisions of a specific observation by its ID. Revisions represent the complete history of updates and modifications made to an observation, with each revision capturing the full state at the time of change. Revisions are sorted by update time in descending order (newest first), allowing you to track how an observation has evolved through updates over time. (lazy auto-pagination).