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
-
locale(required): string
The locale to which the file is being uploaded.Example:
en-us
Query Parameters
-
eventType: string
The event type for which transaction metrics are fetched.
-
flowName: string
The name of the flow for which the service is being invoked.
-
ledgerName: string
The ledger for which transaction metrics are fetched.
-
subLedgerName: string
The subledger application for which transaction metrics are fetched.
-
time: string
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 TopResponse
Supported Media Types
- application/json
Default Response
Simple JSON containing transaction counts for a particular combination of dimensions in a particular timeframe
Root Schema : DimensionBasedView
Type:
Show Source
object
-
dimensions: array
dimensions
The different dimension values used to filter the transaction metrics within a specified time frame.
-
flowName: string
The name of the flow for which the service is being invoked.Example:
fah-import
-
headerCount: object
headerCount
The count of transactions processed for the specified dimensions and time frame.
-
lineCount: object
lineCount
The count of transaction lines processed for the specified dimensions and time frame.
-
uploadedFrom: string
Indicates the start date and time of the time range within which the files are uploaded.
-
uploadedTo: string
Indicates the end date and time of the time range within which the files are uploaded.
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