Search for Account entities.
This endpoint executes a search query for Accounts based on the user specified search criteria. The search query is customizable, allowing for complex nested conditions and sorting. The returned list of Accounts can be paginated for easier management.
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
UUID of the Organization.
Query for data using special syntax:
Note: Using the ~ match phrase/prefix comparator. For best results, we recommend treating this as a "starts with" comparator for your search query.
fromDocument for multi page retrievals.
Number of Accounts to retrieve per page.
NOTE: If not defined, default is 10.
1 <= x <= 100Search Operator to be used while querying search.
AND, OR Name of the parameter on which sorting is performed. Use any field available on the Account entity to sort by, such as name, code, and so on.
Sorting order.
ASC, DESC