Dynamic Content
📄️ /dynamic_content
Lists all dynamic content items available to the current user.<br/>Supports pagination, sorting, filtering, and field selection.
📄️ Creates a new dynamic content item with the provided configuration.
<br/>Requires name, type, and method at minimum.
📄️ /dynamic_content/name/{dynamic_content_name}
Retrieves a single dynamic content item by name. Returns the complete configuration or an error if not found.
📄️ Run a query against a data_source to get subcontent column headers
Run a query against a data_source to get subcontent column headers
📄️ /dynamic_content/query_status/{query_run_id}
Retrieves the status of a previously executed query.<br/>Returns results if complete or processing status if still running.
📄️ /dynamic_content/run/{dynamic_content_id}
Tests a dynamic content query with optional input values.<br/>Returns results immediately or a status URL for long-running queries.
📄️ /dynamic_content/{dynamic_content_id}
Permanently deletes a dynamic content item by ID. Returns success or error status.
📄️ /dynamic_content/{dynamic_content_id}
Retrieves a single dynamic content item by ID. Returns the complete configuration.
📄️ /dynamic_content/{dynamic_content_id}
Updates an existing dynamic content item. Only updates fields provided in the request.