groups

Update interval: nightly.

Retrieve a list of groups, or cohorts of people, to return metrics or features for.

// query
query MyQuery {
  GROUPS {
    BUILDING_ID
    CUSTOMER_ID
    DATE_TIME_END
    DATE_TIME_LAST_UPDATED
    DATE_TIME_START
    DESCRIPTION
    ID
    NAME
    SITE_ID
    TYPE
  }
}

Last updated

Was this helpful?