Button
List
Retrieve a paginated list of Button records. Supports filtering, sorting, and search.
get/api/cp/button
Query parameters
typestring
Filter by Type
open_mode'page' | 'dialog'
Filter by Open Mode
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"company_id": 1,
"app_id": 1,
"anvil_path": "example_anvil_path",
"label": "example_label",
"icon": "example_icon",
"tooltip": "example_tooltip",
"type": "example_type",
"area": "example_area",
"placement": "example_placement",
"min_select": 123,
"max_select": 123,
"sandbox_id": 1,
"fn": "example_fn",
"form_id": 1,
"page_id": 1,
"sort_order": 1,
"company_ids": "example_company_ids",
"open_mode": "page"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.