Update Module Status

NOTE: User must be logged in as admin to access this API URL : v3/api/change/modules/status Method: POST Query Parameters : Parameter Type Required/Optional Description current_module_name String Required Module Name current_module_status Boolean Required Status Of Module Response: { “success”: true, “message”: “Your status updated successfully” }

Read More

List Modules

NOTE: User must be logged in as admin to access this API URL : api/getmodules Method : GET { “success”: true, “data”: [ { “option_name”: “micro_organization_status”, “status”: 1, “name”: “Micro organization status”, “tooltip”: “Organization department, add’s ability to setup department for user organization and this can be used for assigning SLA’s”, “version”: “1.0.0” }, { “option_name”: […]

Read More