Hi @subnaik ,
You need to put a debugger point inside ApiUtility's isPublished method and inspect which object is null. NullPointerException is thrown when the application attempts to use null object, for example get operation.
In this case, the null object can be any of these - resourceResolver...