Overview

[ADMIN] Search status

Summary

This endpoint returns the status of the search backend including a list of the activated full text search modules. This endpoint is only available to administrators.

Response

{
    "available":true,
    "enabled_modules":
    [
        "Accounts",
        "Bugs",
        "Calls",
        "Campaigns",
    ]
}

Change Log

Version Change
v10 Added /Administration/search/status GET endpoint.