Skip to content
sadhasivam edited this page Sep 10, 2024 · 1 revision

Search

URL: /api/admin/search

Method: POST

Description: Performs a search based on the request.

Parameters

Parameter Type Required/Optional Description
api_key_secret String Required The API key secret used for authentication.
search_type String Required The type of search to perform. Determines which data will be searched.(e.g., "banned_host", "callback", "client", "installation", "license", "product", "report", "version")
search_keyword String Required The keyword to search for within the specified type.
date_from String Optional The start date for the search period in YYYY-MM-DD format. Default is the system’s default start date.
date_to String Optional The end date for the search period in YYYY-MM-DD format. Default is to include all records without an end date.
isLicenseSearchApi Boolean Required Indicates whether the search is for license data. A flag for determining the type of API request.

Response

{
    "api_action_success":1,
    "api_error_detected":0,
    "action_success":1,
    "error_detected":0,
    "page_message":"It provides the specific field details that we request.",
}

Clone this wiki locally