Get Started
API Reference
- Api keys
- Items
- Inventory Adjustments
- Branches
- Warehouses
- Accounts
- Inventory Cost
- Sale Invoices
- Pdf Templates
- Tax Rates
- Payments Received
- Import
- resources
- Payment Links
- stripe
- Item Categories
- Expenses
- Warehouse Transfers
- Customers
- Vendors
- Sale Estimates
- Sale Receipts
- Bills
- Landed Cost
- Manual Journals
- Credit Notes
- Credit Note Refunds
- Credit Notes Apply Invoice
- Vendor Credits
- Vendor Credits Apply Bills
- Bill Payments
- Vendor Credits Refunds
- Bank Accounts
- Banking Plaid
- banking-plaid
- Banking Categorization
- Banking Transactions
- Banking Uncategorized Transactions
- Banking Pending Transactions
- Bank Rules
- Banking Recognized Transactions
- Banking Transactions Matching
- Transactions Locking
- Settings
- Reports
- Dashboard
- Roles
- Subscriptions
- Organization
- Payment Services
- Attachments
- Export
- Views
- Currencies
- misc
- Users
- Contacts
Views
Get the given resource views
GET
/
api
/
views
/
resource
/
{resourceModel}
Copy
{
"id": 123,
"name": "<string>",
"slug": "<string>",
"predefined": true,
"resourceModel": "<string>",
"favourite": true,
"rolesLogicExpression": "<string>",
"roles": [
{
"id": 1,
"slug": "admin",
"name": "Administrator",
"description": "Administrator role with all permissions",
"predefined": false,
"permissions": [
{
"ability": "read",
"subject": "item",
"value": true
},
{
"ability": "edit",
"subject": "item",
"value": false
}
]
}
],
"columns": [
{}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
Path Parameters
The resource model to get views for
Response
200 - application/json
Specific resource views
The response is of type object
.
Copy
{
"id": 123,
"name": "<string>",
"slug": "<string>",
"predefined": true,
"resourceModel": "<string>",
"favourite": true,
"rolesLogicExpression": "<string>",
"roles": [
{
"id": 1,
"slug": "admin",
"name": "Administrator",
"description": "Administrator role with all permissions",
"predefined": false,
"permissions": [
{
"ability": "read",
"subject": "item",
"value": true
},
{
"ability": "edit",
"subject": "item",
"value": false
}
]
}
],
"columns": [
{}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
Assistant
Responses are generated using AI and may contain mistakes.