Service for InsightsSegments API operations.
Operations: list
Summary
Functions
To get segments for given reservation Ids
Stream: To get segments for given reservation Ids (lazy auto-pagination).
Functions
@spec list(Twilio.Client.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
To get segments for given reservation Ids
Operation: ListInsightsSegments | Tags: FlexV1InsightsSegments
Query Parameters
| Parameter | Type | Description |
|---|---|---|
SegmentId | string | To unique id of the segment |
ReservationId | array | The list of reservation Ids |
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
Stream: To get segments for given reservation Ids (lazy auto-pagination).