Class ByProjectKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyGet,RecordPagedQueryResponse>
com.commercetools.history.client.ByProjectKeyGet
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 ByProjectKeyGet extends io.vrap.rmf.base.client.ApiMethod<ByProjectKeyGet,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}")
            .get()
            .execute()