Fix offset is not working in getUserNames API issue #132
Closed
nishan
wants to merge 3 commits from nishan/device-mgt-core:offset-is-not-working
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'nishan/device-mgt-core:offset-is-not-working'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Fixes: https://roadmap.entgra.net/issues/10005
import com.google.gson.JsonArray;
import com.google.gson.JsonObject;
import io.entgra.device.mgt.core.device.mgt.api.jaxrs.beans.*;
Don't use wildcard imports
8e02e8c296
to6973d7aa11
1 year agoWe need to call WSO2 component with offset and limit, if it is not supported by their component we need to open a WSO2 ticket. Before open a ticket check their REST endpoints as well.
Request to cloase this PR once create a ticket on WSO2 support portal.