Get Account Metrics

Retrieves account metrics for the specified account
The ID parameter handling depends on the ID-Type header: if set to 'Client', the ID is treated as a ClientAccountId; otherwise, it's treated as a server/internal ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The account identifier (client or server ID).

Query Params
int64
required

The unique account identifier for which to retrieve metric data.
This field is required for all metric searches.

string

The program identifier.

string
required

The start date for the metric data range in YYYY-MM-DD format.
This field is required and must be a valid date format.

string
required

The end date for the metric data range in YYYY-MM-DD format.
This field is required and must be a valid date format.

string

The default sorting criteria for metric searches, ordered by datetime.

string
required

The activity type(s) to include in the metric search. Supports comma-separated values for multiple types.
This field is required and must contain valid activity types as defined by the search extension.
Valid types are validated against the ExtendableResources list.

string

Generates a query string representation of the search criteria.
Currently implemented as a get-only property that returns the default implementation.

string

Optional partner identifier for the request context.

string

A comma-separated list of related resources to include in the response. Not used for balance inquiry endpoint.

Allowed values for this resource: savings. Multiple values can be comma-separated.

string

The API endpoint path for the current request.
Used internally for request tracking and logging purposes.

int32

The total number of records available for the search criteria.
May be hidden from serialization based on HideTotals setting.

int32

The actual number of records returned in the current response.

int32

The starting position (zero-based) for the current page of results.

int32

The maximum number of records to return per page.
Default value is 100 records.

string

The sorting criteria for the current request.
Used internally for query processing and not included in JSON serialization.

boolean

Indicates whether more results exist beyond the current page.
Automatically calculated based on TotalCount, Limit, and Offset unless explicitly overridden.

boolean

Controls whether total count information should be hidden from the response.
Used internally for performance optimization when total counts are expensive to calculate.

string

Additional summary data that can be included with the response.
Used for aggregated information or custom metadata specific to the search results.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

204

No Content

Language
Credentials
Missing 4 required scopes
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json
application/problem+json