API Search endpoints…⌘K

List Application Permissions

GET/lokta-lms/api/v1/permissions

ARGUMENTS
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

200OK

Response fields

actionNamestring · optional
codestring · optional
entityNamestring · optional
groupingstring · optional
selectedboolean · optional

Every 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.