Developed a plugin but its giving 404 error

Which IIQ version are you inquiring about?

8.3p3

Please share any images or screenshots, if relevant.

URL: serverIp:port/identityiq/plugin/rest/AccessRequestDashBoardAPIPlugin/getData/09-09-2024/03-08-2025

AccessRequestDashBoardAPIPlugin.zip (541.6 KB)

you need to add below in your rest resource class AccessRequestDashBoardAPI.java

public String getPluginName() {
      return "AccessRequestDashBoardAPIPlugin";
   }

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.