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": "helptopic_link_with_type",
"status": 0,
"name": "Helptopic Linked With Type",
"tooltip": "If enabled on the ticket create/edit page,only those type will show which are linked to selected helptopic,if none linked,all ticket type will show",
"version": "1.0.0"
},
{
"option_name": "batch_tickets",
"status": 1,
"name": "batch tickets",
"tooltip": "If enabled on the ticket create page agents can create multiple tickets with multiple requester",
"version": "1.0.0"
},
{
"option_name": "time_track",
"status": 0,
"name": "Time Track",
"tooltip": "This module will help agents to track spent time for a ticket",
"version": "1.0.0"
}
]
}