Setup Component
List
Retrieve a paginated list of Setup Component records. Supports filtering, sorting, and search.
get/api/cp/setup/component
Query parameters
graph_type'line' | 'area' | 'bar' | 'pie' | 'radar' | 'sankey' | 'gauge'
Filter by Graph Type
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"name": "Example Name",
"path": "example_path",
"section": "example_section",
"title": "Example Name",
"subtitle": "example_subtitle",
"graph_type": "line",
"colspan": 1,
"height": 123,
"output": "graph",
"queries": "example_queries",
"graph": "Sample graph text content",
"scriptforge_id": 1,
"analytic_id": 1,
"pre_processor_script": "Sample pre_processor_script text content"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.