View Source Infusionsoft.Endpoints.XML.Search (Infusionsoft v0.8.1)
Provides the raw endpoints to Infusionsoft's XML API for Search.
Summary
Functions
@spec retrieve_available_fields( integer(), integer() | String.t(), String.t(), nil | String.t() ) :: {:ok, map()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#search-retrieve-a-report-s-available-fields
@spec retrieve_available_quick_searches( integer() | String.t(), String.t(), nil | String.t() ) :: {:ok, map()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#search-retrieve-available-quick-searches
@spec retrieve_default_quick_search( integer() | String.t(), String.t(), nil | String.t() ) :: {:ok, any()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#search-retrieve-the-default-quick-search
@spec retrieve_quick_search( String.t(), integer() | String.t(), String.t(), String.t(), nil | String.t(), keyword() ) :: {:ok, list()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#search-retrieve-a-quick-search-report
Available options: page - defaults to 0 limit - defaults to 1000