This s a documentation page for our shiny new REST API - you weren't meant to find it. This API isn't ready for public use yet. We're chopping and changing it a LOT as we grow it. So if you build something that uses it then it's very likely to break in a future update. Don't say you weren't warned!
URL: | https://api.kashflow.com/v2/allkfpermissions |
Method(s): | get |
Response Formats: | JSON, XML |
Description: | This method allows you to retrieve all types of KashFlow permissions that can be assigned to different roles. |
Permissions
Permission Name | Meaning |
---|---|
FullAccess | Admin permissions |
ViewCustomer | Permission to view customer related information |
ViewQuote | Permission to view quote related information |
ViewInvoice | Permission to view invoice related information |
GET Operation
Returns the list of all the types of KashFlow permissions.URL : /allkfpermissions
Example response for GET of KashFlow permissions
{
"FullAccess": "FullAccess",
"ViewCustomer": "ViewCustomer",
"ViewInvoice": "ViewInvoice",
"ViewQuote": "ViewQuote"
}