docs/classes/management.SDK.DeliveriesClient.html
new DeliveriesClient(options: BaseClientOptions): DeliveriesClient
list(
id: string,
request?: ListEventStreamDeliveriesRequestParameters,
requestOptions?: DeliveriesClient.RequestOptions,
): HttpResponsePromise<EventStreamDelivery[]>
Unique identifier for the event stream.
OptionalrequestOptions: DeliveriesClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.eventStreams.deliveries.list("id", { statuses: "statuses", event_types: "event_types", date_from: "date_from", date_to: "date_to", from: "from", take: 1 })Copy
getHistory(
id: string,
event_id: string,
requestOptions?: DeliveriesClient.RequestOptions,
): HttpResponsePromise<GetEventStreamDeliveryHistoryResponseContent>
Unique identifier for the event stream.
Unique identifier for the event
OptionalrequestOptions: DeliveriesClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.eventStreams.deliveries.getHistory("id", "event_id")Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods listgetHistory Properties _options