Get all transaction metrics by file and dimension

get

/api/erp/integrations/resources/v1/{locale}/dimensionView

Returns the count of transactions processed for a given dimensions combination, such as ledger and event type in a given time frame.

Request

Path Parameters
Query Parameters
  • The event type for which transaction metrics are fetched.
  • The name of the flow for which the service is being invoked.
  • The ledger for which transaction metrics are fetched.
  • The subledger application for which transaction metrics are fetched.
  • The time frame for which the transaction metrics are fetched. Valid values are 1, 2, 3, and so on. The number indicates the number of days. For example, 1 indicates one day and 2 indicates two days.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

Simple JSON containing transaction counts for a particular combination of dimensions in a particular timeframe
Body ()
Root Schema : DimensionBasedView
Type: object
Show Source
Nested Schema : dimensions
Type: array
The different dimension values used to filter the transaction metrics within a specified time frame.
Show Source
Example:
LedgerName : OFS Ledger US
Nested Schema : headerCount
Type: object
The count of transactions processed for the specified dimensions and time frame.
Match All
The count of transactions processed for the specified dimensions and time frame.
Show Source
Example:
2378
Nested Schema : lineCount
Type: object
The count of transaction lines processed for the specified dimensions and time frame.
Match All
The count of transaction lines processed for the specified dimensions and time frame.
Show Source
Example:
53426
Nested Schema : Dimension
Type: object
Show Source
Nested Schema : HeaderCounts
Type: object
Show Source
Nested Schema : LineCounts
Type: object
Show Source
Back to Top