Skip to main content

Retrieve Specific Aggregate

GET 

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

Read a specific Aggregate.

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.

    aggregateId stringrequired

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

Responses

Success.

Schema

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