The API reference is not available right now

This instance could not load its API specification. The reference returns as soon as the specification is readable again.

Back to the API reference

No such operation

This instance does not document an operation under that identifier. It may have been renamed, or it may belong to a feature this installation does not have enabled.

Back to the API reference

API reference Usage

Get a paged dimensional rollup for a SKU.

GET /api/usage/reports/dimensional-summary deprecated

Requires: Usage.Reports, merchant scope.

E.g. transactions by Processor or Network. Uses continuation-token paging — high-cardinality dimensions like card BIN or country would otherwise materialize an unbounded list and spike RU/memory.

Parameters

Name In Type Description
SkuCode required query string The SKU to roll up.
DimensionKey required query string Facet to roll up by (e.g. "Processor", "Network").
Period required query string Period key (defaults to the current month).
ResellerId required query string (uuid) Reseller scope.
MerchantId required query string (uuid) Optional merchant scope. Null returns the reseller-level rollup.
MaxResultCount required query integer (int32) Maximum rows per page. Clamped server-side to `MaxAllowedPageSize` so a caller can't force a single unbounded read.
ContinuationToken required query string Opaque cursor from a prior page; null for the first page.
IncludeDeleted required query boolean Not used by this read-only endpoint.
IncludeInactive required query boolean Not used by this read-only endpoint.
suppressNulls required query boolean If true, omit properties with null values.

Request body

application/json , required

Field Type Description

This request body has no documented fields.

Responses

200 OK

Field Type Description

This response has no documented body fields.

403 Forbidden

Field Type Description

This response has no documented body fields.

401 Unauthorized

Field Type Description

This response has no documented body fields.

400 Bad Request

Field Type Description

This response has no documented body fields.

404 Not Found

Field Type Description

This response has no documented body fields.

501 Not Implemented

Field Type Description

This response has no documented body fields.

500 Internal Server Error

Field Type Description

This response has no documented body fields.

default The request failed. The body carries the standard error envelope: a machine-readable `error.code`, a human-readable `error.message`, and `error.validationErrors` when the failure was a validation rejection. See the error-code reference in this document's description for the values `error.code` can take.

Field Type Description

This response has no documented body fields.

Errors

A failed request returns the platform error envelope. The error reference lists every value error.code can carry and shows the four response shapes.

Codes declared by Usage

Authentication