cURL
curl --request GET \ --url https://api.example.com/api/v1/beam/{config_id}/transforms/{transform_uid}/filter-values/count
Returns the total number of values in a set filter transform.
GET /api/v1/beam/{config_id}/transforms/{transform_uid}/filter-values/count
config_id
transform_uid
curl -X GET https://api.allium.so/api/v1/beam/${CONFIG_ID}/transforms/${TRANSFORM_UID}/filter-values/count \ -H "X-API-Key: ${ALLIUM_API_KEY}"
{ "count": 1500 }
Was this page helpful?