Authorization: Bearer ********************
{
"regression_template": {
"model_type": "RANDOM_FOREST",
"avgs_processing_type": "FORECAST",
"name": "string",
"exclude_call_data_for_n_weeks": 0,
"num_weeks_ago_to_emphasize": 0,
"max_deviation": 0,
"trend_sensitivity": 0,
"exclude_intervals_with_no_calls": true,
"include_seasonality": true,
"include_trend": true,
"regression_template_sid": 0
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/createregressiontemplate' \
--header 'Content-Type: application/json' \
--data-raw '{
"regression_template": {
"model_type": "RANDOM_FOREST",
"avgs_processing_type": "FORECAST",
"name": "string",
"exclude_call_data_for_n_weeks": 0,
"num_weeks_ago_to_emphasize": 0,
"max_deviation": 0,
"trend_sensitivity": 0,
"exclude_intervals_with_no_calls": true,
"include_seasonality": true,
"include_trend": true,
"regression_template_sid": 0
}
}'
{}