[ad_1]
As the title states I am looking for a plugin which can integrate with the search and filter plugin or any search plugin and fetches the employee list on the front end . When the employee name is clicked it should call the api again and fetch employee details. It would be great if you know plugin with similar functionality.
[ad_2]
You don’t need a plugin for that. Do you know how to write mysql queries ? Do you know how to make API calls to retrieve the data ? Also slow down.
Are you using any APIS right now ?
Give more details because you will not find a plugin like that.
GET: Retrieve data from an API.
POST: Send data to an API to create or update a resource.
PUT: Update a resource completely through a specific endpoint.
PATCH: Partially update a resource.
DELETE: Remove a resource