Placewise API
Get startedExplore
Get startedExplore
Performance Cloud 🗗
Placewise 🗗
ExplorePublic APIManagement APIUsers APIOperations APIMessaging APIReporting API
ML APIData API
ExplorePublic APIManagement APIUsers APIOperations APIMessaging APIReporting API
ML APIData API
  1. Members
  • Introduction
  • Filter parameter specification
  • Data formats
    • Records
    • Timeseries
  • Reports
    • Members
      • members (records)
      • members_count (records)
      • members_grouped_count (records)
      • member_balance (timeseries)
      • members_count_snapshot (timeseries)
      • members_count_history (timeseries)
    • Sendings
      • sendings (records)
      • sendings_events_history (timeseries)
      • sendings_recipients_statistics (timeseries)
      • sendings_links (records)
      • sendings_links_stats (records)
      • Examples
        • sendings - find sending by reporting_id
        • sendings_events_history - show sending events
        • sendings_recipients_statistics - show recipients by age groups
    • Links
      • links_visits_history (timeseries)
  • Geo API
    • Find Locations Coordinates
      POST
    • List places
      POST
    • Show place
      GET
  • Metadata
    POST
  • Field metadata
    POST
  • Query (records)
    POST
  • Query (timeseries)
    POST
  • Query (records) export
    POST
  • Query (timeseries) export
    POST
  • Tenants query (records) export
    POST
  • Tenants query (timeseries) export
    POST
  1. Members

members_count_history (timeseries)

Required permitRate limit tokens costAvailable intervals
Reporting:Api:Report:MembersCountHistory35m, 1h, 1d, 1w, 1mo
This report allows you to get information about historical members count.

Fields#

community_id#

TypeFilterable
Integer (via X-Customer header)
ID of member's community

grouping_type#

TypeFilterable
Enum
Indicates aggregation group type.
This field is an enum, possible values are:
optin_channel
optin_subchannel
optin_platform
birth_year_group
consent_true
consent_false
marketing_true
marketing_false
subunit_id
group_id
favorite_store
country
gender

grouping_value#

TypeFilterable
String
Indicates aggregation group value.

Query without aggregations#

Query returns series with member counts with grouping labels.
{
    "interval": "1d",
    "range_timezone": "Europe/Oslo",
    "time_buckets": [
        "2025-08-28T00:00:00.000+02:00",
        "2025-08-29T00:00:00.000+02:00"
    ],
    "series": [
        {
            "label": {
                "grouping_type": "gender",
                "grouping_value": "man"
            },
            "values": [
                11500,
                11709
            ]
        },
        {
            "label": {
                "grouping_type": null,
                "grouping_value": null
            },
            "values": [
                32272,
                35292
            ]
        },
        {
            "label": {
                "grouping_type": "optin_channel",
                "grouping_value": "android"
            },
            "values": [
                20402,
                408
            ]
        }
    ],
    "data_points": 66,
    "result_type": "timeseries"
}
Previous
members_count_snapshot (timeseries)
Next
sendings (records)
Built with