Get dashboard boot metadata
Dashboard
Get dashboard boot metadata
GET
Get dashboard boot metadata
Documentation Index
Fetch the complete documentation index at: https://docs.bigcapital.app/llms.txt
Use this file to discover all available pages before exploring further.
Response
200 - application/json
The dashboard details have been successfully retrieved.
List of abilities for the current user
Example:
[
{ "subject": "all", "action": "manage" },
{ "subject": "invoices", "action": "read" }
]List of features and their accessibility
Example:
[
{
"name": "warehouses",
"isAccessible": true,
"defaultAccessible": false
},
{
"name": "branches",
"isAccessible": false,
"defaultAccessible": false
}
]Whether the app is running on Bigcapital Cloud
Example:
true