Class ByProjectKeyByResourceTypeGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyByResourceTypeGet,RecordPagedQueryResponse>
com.commercetools.history.client.ByProjectKeyByResourceTypeGet
All Implemented Interfaces:
io.vrap.rmf.base.client.ClientRequestCommand<RecordPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<RecordPagedQueryResponse>

public class ByProjectKeyByResourceTypeGet extends io.vrap.rmf.base.client.ApiMethod<ByProjectKeyByResourceTypeGet,RecordPagedQueryResponse>

The view_audit_log:{projectKey} scope is required, and depending on the resource type queried, their respective scopes must be granted.



   CompletableFuture<ApiHttpResponse<com.commercetools.history.models.change_history.RecordPagedQueryResponse>> result = apiRoot
            .withProjectKeyValue("{projectKey}")
            .withResourceTypeValue("{resourceType}")
            .get()
            .execute()