Skip to content
Sean Callan edited this page Jun 8, 2020 · 2 revisions

Beans_Account_Search

Returns a list of all accounts.

Parameters

  • auth_uid INTEGER The ID for your API key.
  • auth_key STRING The API key.
  • auth_expiration INTEGER Unique ID tied to your key; changes if you reset your key.
  • sort_by The sort pattern for the returned results: 'newest', 'oldest', 'alpha', 'ralpha'

Returns

  • accounts An array of Beans_Account sorted ( by default, 'newest' ).
  • total_results Total number of results.
  • sort_by The sort method used in the returned results.
Clone this wiki locally