GET Cascade Selections​
GET
/reports/cascade_selections
Retrieve cascading selection options for a given provider. The response is generated by the fluent_crm/cascade_selection_options_{provider} filter, allowing third-party integrations to supply hierarchical option data. Returns an empty options array by default if no filter is registered for the given provider.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Query Parameters
provider*
Provider identifier that determines which filter supplies the cascade options.
Type
Requiredstring
Example
"woocommerce"Responses​
Cascade selections retrieved successfully.
application/json
JSON
{
"options": [
{
}
],
"has_more": true
}