Skip to main content

List Aggregates for Cube

GET 

/org/:orgId/project/:projectId/cube/:cubeId/aggregates

List all Aggregates for this Cube.

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

    projectId stringrequired

    The Project ID (UUID) for which you are querying.

    cubeId stringrequired

    The Cube ID (UUID) for which you are querying.

Responses

Success.

Schema

    id string
    name string
    properties CommonProperties
    attributes AttributeReferences
    partitions PartitionReferences
Loading...