Custom response

System Information
  • Strapi Version: 3.6.8
  • Operating System:
  • Database: mysql
  • Node Version:
  • NPM Version:
  • Yarn Version:

i want to customize the data response while display on admin panel but i have tried using below document Custom Data Response - Strapi Developer Documentation
but as per the document it is only triggered for api not for the admin panel.

could you please provide why the custom controller logic is not triggered for admin panel events.

Not to sure what you are trying to do here, but you want to change the message in the admin panel ?
Do you mean like change an “error” or “validation” message etc in the admin panel?

The URL you are providing is to customize the API and the response sent.

Yes I want to change validation error message and wants to apply business logic on some attributes while fetching and display the response on admin panel.