MailSlurpAPI.Api.InboxRulesetController.get_inbox_rulesets
You're seeing just the function
get_inbox_rulesets
, go back to MailSlurpAPI.Api.InboxRulesetController module for more information.
Link to this function
get_inbox_rulesets(connection, opts \\ [])
Specs
get_inbox_rulesets(Tesla.Env.client(), keyword()) :: {:ok, MailSlurpAPI.Model.PageInboxRulesetDto.t()} | {:error, Tesla.Env.t()}
List inbox rulesets List all rulesets attached to an inbox
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
- :inbox_id (String.t): Optional inbox id to get rulesets from
- :page (integer()): Optional page index in inbox ruleset list pagination
- :search_filter (String.t): Optional search filter
- :size (integer()): Optional page size in inbox ruleset list pagination
- :sort (String.t): Optional createdAt sort direction ASC or DESC
Returns
} on success {:error, info} on failure