Type alias UsageHistoryV2Input

UsageHistoryV2Input: { customerId: Scalars["String"]; endDate?: InputMaybe<Scalars["DateTime"]>; environmentId?: InputMaybe<Scalars["String"]>; featureId: Scalars["String"]; groupBy?: InputMaybe<Scalars["String"][]>; resourceId?: InputMaybe<Scalars["String"]>; startDate: Scalars["DateTime"] }

Input parameters for retrieving usage history

Type declaration

  • customerId: Scalars["String"]

    Customer id

  • Optional endDate?: InputMaybe<Scalars["DateTime"]>

    The end date of the range

  • Optional environmentId?: InputMaybe<Scalars["String"]>

    The unique identifier for the environment

  • featureId: Scalars["String"]

    Feature id

  • Optional groupBy?: InputMaybe<Scalars["String"][]>

    Criteria by which to group the usage history

  • Optional resourceId?: InputMaybe<Scalars["String"]>

    Resource id

  • startDate: Scalars["DateTime"]

    The start date of the range