List Application Permissions
GET
/lokta-lms/api/v1/permissionsARGUMENTS
makerCheckerableoptional, Values are true, false. Default is false.
If makerCheckerable=false or not supplied then a list of application permissions is returned. The "selected" attribute is always true in this case.
If makerCheckerable=true then the "selected" attribute shows whether the permission is enabled for Maker Check functionality.
Note: Each Lokta transaction is associated with a permission.
Example Requests:
permissions
permissions?makerCheckerable=true
permissions?fields=grouping,code
Responses
200OKResponse fields
actionNamestring · optionalcodestring · optionalentityNamestring · optionalgroupingstring · optionalselectedboolean · optionalEvery request authenticates with HTTP Basic and carries a Tenant-Identifier header. See the conventions for dates, commands, pagination and errors.
Open this operation in the interactive explorer, or read it as Markdown.