Dev Button
Read
Retrieve a single Dev Button record by ID.
get/api/cp/dev/button/{id}
Path parameters
idinteger required
Id identifier
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.