MailSlurpAPI.Api.SentEmailsController.get_all_sent_tracking_pixels
You're seeing just the function
get_all_sent_tracking_pixels
, go back to MailSlurpAPI.Api.SentEmailsController module for more information.
Link to this function
get_all_sent_tracking_pixels(connection, opts \\ [])
Specs
get_all_sent_tracking_pixels(Tesla.Env.client(), keyword()) :: {:ok, MailSlurpAPI.Model.PageTrackingPixelProjection.t()} | {:error, Tesla.Env.t()}
Get all sent email tracking pixels in paginated form
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure