Required permit | Rate limit tokens cost |
---|---|
Reporting:Api:Report:MembersGroupedCount | 2 |
Type | Filterable | Readonly |
---|---|---|
Integer | (via X-Customer header) |
Type | Filterable | Readonly |
---|---|---|
Enum |
Type | Filterable | Readonly |
---|---|---|
String |
Type | Filterable | Readonly |
---|---|---|
Integer |
Type | Filterable | Readonly |
---|---|---|
Time |
{
"records": [
{
"community_id": 235,
"grouping_type": "optin_channel",
"grouping_value": "default",
"members_count": 159,
"updated_at": "2024-08-14T05:56:40.098000Z"
},
{
"community_id": 235,
"grouping_type": "optin_platform",
"grouping_value": "other",
"members_count": 633,
"updated_at": "2024-08-14T05:56:40.098000Z"
},
{
"community_id": 235,
"grouping_type": "country",
"grouping_value": "NO",
"members_count": 680,
"updated_at": "2024-08-14T05:56:40.098000Z"
}
],
"pagination": {
"next_page_info": null
},
"result_type": "records"
}
Key | Type | Description |
---|---|---|
grouping_type | Enum | See in Fields |
grouping_value | String | See in Fields |
members_count | Integer | Count of members |
{
"records": [
{
"grouping_type": "optin_channel",
"grouping_value": "default",
"members_count": 159
},
{
"grouping_type": "optin_platform",
"grouping_value": "other",
"members_count": 633
},
{
"grouping_type": "country",
"grouping_value": "NO",
"members_count": 680
},
],
"pagination": {
"next_page_info": "CNOW-AE"
},
"result_type": "records"
}