Skip to content

Detect theme/score anomalies between two waves

POST
/v2/analytics/anomalies
curl --request POST \
--url https://api.surveycoder.io/v2/analytics/anomalies \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{ "current_wave_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "previous_wave_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "threshold_percent": 1 }'
Media type application/json
object
current_wave_id
required
string format: uuid
previous_wave_id
required
string format: uuid
threshold_percent

Minimum percentage change to count as an anomaly.

number
Example generated
{
"current_wave_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0",
"previous_wave_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0",
"threshold_percent": 1
}

List of anomalies

One of the waves does not belong to your organization