Skip to main content

Get Aggregate Definition Details

GET 

/aggregates/orgId/:orgId

Obtain details about aggregate definitions. You can query by ID, project, project ID, cube ID, status, and subtype.

Request

Path Parameters

    orgId stringrequired

    ID of the organization for which you want to obtain aggregate definition details.

Query Parameters

    id string

    ID of the aggregate definition

    project string

    Name of the project for which you need definitions

    projectId string

    ID of the project for which you need definitions

    cubeId string

    ID of the cube for which you need definitions

    status string

    Status of the definitions you need. Value should be 'active', 'invalid', or 'pending'.

    subtype string

    Type of the definitions you need. Value should be 'prediction_defined', 'demand_defined', or 'manual' (for user-defined aggregates).

Responses

Success.

Schema

    any

Loading...