Class ByProjectKeyByResourceTypeByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyByResourceTypeByIDGet,RecordPagedQueryResponse>
com.commercetools.history.client.ByProjectKeyByResourceTypeByIDGet
All Implemented Interfaces:
io.vrap.rmf.base.client.ClientRequestCommand<RecordPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<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}")
            .withIDValue("{ID}")
            .get()
            .execute()